Example #1
0
        void ThreadProc()
        {
            try
            {
                m_bot.Go();
            }
            catch (TwitchLoginException)
            {
                FailedLogin = true;
            }

            m_thread = null;
            Running  = false;
        }