]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/remind.rb
Call 'super' method from #cleanup() in all plugins
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / remind.rb
index 6ce179c49a8694371f30bf1e28e322748da07de0..0d6e9eccb88c8f1f9c4fa4a0bfd68bc7cd884f67 100644 (file)
@@ -112,6 +112,7 @@ class RemindPlugin < Plugin
       }
     }
     @reminders.clear
+    super
   end
   def help(plugin, topic="")
     "reminder plugin: remind <who> [about] <message> in <time>, remind <who> [about] <message> every <time>, remind <who> [about] <message> at <time>, remind <who> no more [about] <message>, remind <who> no more. Generally <who> should be 'me', but you can remind others (nick or channel) if you have remind_others auth"