mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix a syntax error in the last command flood commit
This commit is contained in:
parent
300443c8f6
commit
614fa22038
@ -290,7 +290,7 @@ class Owner(callbacks.Plugin):
|
||||
irc.reply('You\'ve given me %s commands within the last '
|
||||
'minute; I\'m now ignoring you for %s.' %
|
||||
(maximum,
|
||||
utils.timeElapsed(punishment, seconds=False))
|
||||
utils.timeElapsed(punishment, seconds=False)))
|
||||
return
|
||||
try:
|
||||
tokens = callbacks.tokenize(s, channel=msg.args[0])
|
||||
|
Loading…
Reference in New Issue
Block a user