]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - launch_here.rb
first_html_par: detect fragment at the right place
[user/henk/code/ruby/rbot.git] / launch_here.rb
index ad149d68c6aa96d1eca7ce2b175e1535f0792009..033e075fd14729518811b2bbaf2d5c4d6fa0ad94 100755 (executable)
@@ -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')