OnBotStart() static private method

static private OnBotStart ( IBot bot ) : void
bot IBot
return void
Exemplo n.º 1
0
        public void OnEnabled()
        {
            UIControl.InstallSettingsButton();
            _pluginenabled = true;
            Logger.DBLog.InfoFormat("fBaseXtensions v{0} has been enabled!", Version.ToString());

            if (BotMain.IsRunning)
            {
                EventHandling.OnBotStart(null);
            }
        }