X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=launch_here.rb;h=033e075fd14729518811b2bbaf2d5c4d6fa0ad94;hb=72cece8d09ae0f2835eed996e15ddfe3cb95045f;hp=ad149d68c6aa96d1eca7ce2b175e1535f0792009;hpb=634cf13d1ebffd7598bb713707be5b174834a3dd;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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')