diff options
-rw-r--r-- | lib/rbot/plugins.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 5095d19d..1734233b 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -424,6 +424,7 @@ module Plugins @commandmappers.clear @maps.clear @failures_shown = false + mark_priorities_dirty end # Associate with bot _bot_ @@ -616,6 +617,7 @@ module Plugins @delegate_list[m.intern] << p } } + mark_priorities_dirty end # call the save method for each active plugin |