summaryrefslogtreecommitdiff
path: root/launch_here.rb
diff options
context:
space:
mode:
Diffstat (limited to 'launch_here.rb')
-rwxr-xr-xlaunch_here.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/launch_here.rb b/launch_here.rb
index ad149d68..033e075f 100755
--- a/launch_here.rb
+++ b/launch_here.rb
@@ -9,10 +9,12 @@ puts "Running from #{SVN_DIR}"
$:.unshift File.join(SVN_DIR, 'lib')
module Irc
+class Bot
module Config
@@datadir = File.join SVN_DIR, 'data/rbot'
@@coredir = File.join SVN_DIR, 'lib/rbot/core'
end
end
+end
load File.join(SVN_DIR, 'bin/rbot')