diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-02-05 16:24:49 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-02-05 16:24:49 +0000 |
commit | 8246bd135ebf319beae8fec39620f4c4c7e54601 (patch) | |
tree | 0f520b4d8633f0b0155785b4dedfda1d9a419145 /lib | |
parent | 7bbff3acaa1ea14fcb61dd3166ef62b01c33c01a (diff) |
oops bug
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/ircbot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 435c6284..b36cd36d 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -497,7 +497,6 @@ class IrcBot # call the save method for bot's config, keywords, auth and all plugins def save - @registry.flush @config.save @keywords.save @auth.save |