ircbot: fix nil error variable on ServerError
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 17 Feb 2009 00:01:31 +0000 (01:01 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 17 Feb 2009 00:01:31 +0000 (01:01 +0100)
commite073f9bb44e99a0d71aa1e3dd6dca9b7993057e3
tree6b48560748e4c50779f89f3c6a7e01d883c82bc4
parentd19ed741f83e7b17f30152b0f82ff69a52755544
ircbot: fix nil error variable on ServerError

We were making use of an undefined variable e when catching ServerError
in the main loop.
lib/rbot/ircbot.rb