Fix a syntax error in the last command flood commit

This commit is contained in:
James Vega 2008-11-15 06:33:50 +00:00
parent 300443c8f6
commit 614fa22038

View File

@ -290,7 +290,7 @@ class Owner(callbacks.Plugin):
irc.reply('You\'ve given me %s commands within the last ' irc.reply('You\'ve given me %s commands within the last '
'minute; I\'m now ignoring you for %s.' % 'minute; I\'m now ignoring you for %s.' %
(maximum, (maximum,
utils.timeElapsed(punishment, seconds=False)) utils.timeElapsed(punishment, seconds=False)))
return return
try: try:
tokens = callbacks.tokenize(s, channel=msg.args[0]) tokens = callbacks.tokenize(s, channel=msg.args[0])