From 6f5528a63b44e610a3d25d7fe583399163d7d2da Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 12 Sep 2007 22:31:15 +0000 Subject: namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::* --- launch_here.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launch_here.rb') 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') -- cgit v1.2.3