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::* --- lib/rbot/rbotconfig.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rbot/rbotconfig.rb') diff --git a/lib/rbot/rbotconfig.rb b/lib/rbot/rbotconfig.rb index a282d770..1c10e5af 100644 --- a/lib/rbot/rbotconfig.rb +++ b/lib/rbot/rbotconfig.rb @@ -1,4 +1,5 @@ module Irc +class Bot module Config unless defined?(@@datadir) @@datadir = nil @@ -66,3 +67,4 @@ module Irc end end end +end -- cgit v1.2.3