mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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 '
|
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])
|
||||||
|
Loading…
Reference in New Issue
Block a user