mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Changed OverflowError message.
This commit is contained in:
parent
880e004abb
commit
bfc6533d22
@ -370,7 +370,7 @@ class FunCommands(callbacks.Privmsg):
|
||||
else:
|
||||
irc.reply(msg, '%s + %si' % (real, imag))
|
||||
except OverflowError:
|
||||
irc.reply(msg, 'I don\'t have that many fingers and toes!')
|
||||
irc.reply(msg, 'Go get scanez, this is a *real* math problem!')
|
||||
except Exception, e:
|
||||
irc.reply(msg, debug.exnToString(e))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user