summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorChris Gahan <chris@ill-logic.com>2006-08-04 06:34:44 +0000
committerChris Gahan <chris@ill-logic.com>2006-08-04 06:34:44 +0000
commit07fa0d9565f373feca3774c60fc645c96ac81652 (patch)
tree36bea31816475c1710ccb57c2ad9976453ad9f5f /lib/rbot
parentf1c6f0ba07e5abcd980f1e12e8823ce865bfeeed (diff)
A little handy script that launches the rbot daemon from this directory (no need to install it!)
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/rbotconfig.rb2
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