SupyMisc: bugfix

This commit is contained in:
GLolol 2014-04-23 17:30:33 -07:00
parent aef7578f10
commit bdd6c6e471

View File

@ -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.)