Example #1
0
        public bool Unload()
        {
            try {
                _plugin.Unload();
                Plugins.Remove(this);

                return(true);
            } catch (Exception ex) {
                LastError = "This is not a bot plugin. " + ex.StackTrace;

                return(false);
            }
        }