]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/rbotconfig.rb
Fix stupid bug in the new message mapping
[user/henk/code/ruby/rbot.git] / lib / rbot / rbotconfig.rb
index 32bd66d409c2f2d0eb03676c01439b6654587c7f..409ab9f8d415fb0feda07cbc3cc9e39527cf25f7 100644 (file)
@@ -32,7 +32,7 @@ module Irc
         if gem && path = gem.full_gem_path
           debug "installed via rubygems to #{path}"
           @@datadir = "#{path}/data/rbot"
-          @@datadir = "#{path}/lib/rbot/core"
+          @@coredir = "#{path}/lib/rbot/core"
         else
           debug "not installed via rubygems"
         end