]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/ircbot.rb
Utils.safe_save does a 'safe' saving (save to tempfile, move tempfile to new location)
[user/henk/code/ruby/rbot.git] / lib / rbot / ircbot.rb
index 432b61c40d4180653331bb5f5152d7ad098203e3..ac7aa8291ca372a9fe4b8db26f46312688134126 100644 (file)
@@ -346,7 +346,8 @@ class IrcBot
 
     @httputil = Utils::HttpUtil.new(self)
 
-    @lang = Language::Language.new(@config['core.language'])
+    @plugins = nil
+    @lang = Language::Language.new(self, @config['core.language'])
 
     begin
       @auth = Auth::authmanager