diff options
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/rbotconfig.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/rbotconfig.rb b/lib/rbot/rbotconfig.rb index 32bd66d4..409ab9f8 100644 --- a/lib/rbot/rbotconfig.rb +++ b/lib/rbot/rbotconfig.rb @@ -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 |