From 7b7f1309e8c3dbc3bb4408d56489ae5fba77d57a Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 18 Feb 2007 21:03:26 +0000 Subject: Initial steps towards a namespace rationalization --- bin/rbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index 8fba53d6..5872e3e1 100755 --- a/bin/rbot +++ b/bin/rbot @@ -112,7 +112,7 @@ if ($opts["help"]) exit 0 end -if(bot = Irc::IrcBot.new(ARGV.shift, :argv => orig_opts)) +if(bot = Irc::Bot.new(ARGV.shift, :argv => orig_opts)) # just run the bot bot.mainloop end -- cgit v1.2.3