summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-18 21:03:26 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-18 21:03:26 +0000
commit7b7f1309e8c3dbc3bb4408d56489ae5fba77d57a (patch)
tree5e7b503927d65e3e3fc552e8422aa3cf4b8f61e1 /bin
parent24eda0b8d6e3ad839d1a8a1093de9c0089268068 (diff)
Initial steps towards a namespace rationalization
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
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