From 8bab7c7470a7f0d528332172177744953f2e9387 Mon Sep 17 00:00:00 2001 From: doki_pen Date: Thu, 10 Apr 2008 10:13:46 -0400 Subject: Bug fix, priority order needs to be marked dirty when modules added. --- lib/rbot/plugins.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rbot') 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 -- cgit v1.2.3