diff options
-rw-r--r-- | lib/rbot/plugins.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 7cd163f3..9277d183 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -476,6 +476,7 @@ module Plugins end @botmodules[kl] << botmodule @names_hash[botmodule.to_sym] = botmodule + mark_priorities_dirty end # Returns an array of the loaded plugins |