diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-18 21:03:26 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-18 21:03:26 +0000 |
commit | 7b7f1309e8c3dbc3bb4408d56489ae5fba77d57a (patch) | |
tree | 5e7b503927d65e3e3fc552e8422aa3cf4b8f61e1 /bin | |
parent | 24eda0b8d6e3ad839d1a8a1093de9c0089268068 (diff) |
Initial steps towards a namespace rationalization
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |