diff options
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r-- | lib/rbot/plugins.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index b55fbe4a..848240cf 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -417,9 +417,7 @@ module Plugins # call the cleanup method for each active plugin def cleanup - @bot.save_mutex.synchronize do - delegate 'cleanup' - end + delegate 'cleanup' reset_botmodule_lists end |