mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-07 03:53:41 -05:00
SupyMisc: bugfix
This commit is contained in:
parent
aef7578f10
commit
bdd6c6e471
@ -64,7 +64,7 @@ class SupyMisc(callbacks.Plugin):
|
||||
irc.reply(text * num)
|
||||
else:
|
||||
irc.error("The <num> value given is too large. Current "
|
||||
"maximum: {}".format(max))
|
||||
"maximum: {}".format(max), Raise=True)
|
||||
repeat = wrap(repeat, ['positiveInt', 'text'])
|
||||
|
||||
### Generic informational commands (ident fetcher, channel counter, etc.)
|
||||
|
Loading…
x
Reference in New Issue
Block a user