From 9f84f150b7eb07eafc87ea5bada60e2334ad17be Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 10 Dec 2004 05:55:04 +0000 Subject: [PATCH] There were some unforseen consequences of using irc.error(), so back to this way for now. --- plugins/Markov.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Markov.py b/plugins/Markov.py index 1a79c0ef6..7567923a7 100644 --- a/plugins/Markov.py +++ b/plugins/Markov.py @@ -257,7 +257,7 @@ class Markov(callbacks.Privmsg): # Can't just "raise callbacks.ArgumentError" because # exception is thrown in MarkovQueue, where it isn't # caught and no message is sent to the server - irc.error() + irc.reply(self.getCommandHelp('markov')) return else: givenArgs = False