mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Better way to reply with the help.
This commit is contained in:
parent
5466544350
commit
7862d8d5d2
@ -252,7 +252,7 @@ class Markov(callbacks.Privmsg):
|
|||||||
# Can't just "raise callbacks.ArgumentError" because
|
# Can't just "raise callbacks.ArgumentError" because
|
||||||
# exception is thrown in MarkovQueue, where it isn't
|
# exception is thrown in MarkovQueue, where it isn't
|
||||||
# caught and no message is sent to the server
|
# caught and no message is sent to the server
|
||||||
irc.reply(self.getCommandHelp('markov'))
|
irc.error()
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
givenArgs = False
|
givenArgs = False
|
||||||
|
Loading…
Reference in New Issue
Block a user