From 35419f9db916548d850b1e4c6f20fadc7e823eab Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 7 Jan 2011 09:19:19 -0600 Subject: [PATCH] to stop responding by default is too much power for one module to wield --- Module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module.py b/Module.py index 8c8ca50..26599d9 100644 --- a/Module.py +++ b/Module.py @@ -208,7 +208,7 @@ class Module(object): except Exception as e: print('EXCEPTION: ' + str(e)) - def reply(self, connection, replypath, replystr, stop_responding=True): + def reply(self, connection, replypath, replystr, stop_responding=False): """ Reply over IRC to replypath or return a string with the reply. Utility method to do the proper type of reply (either to IRC, or as a return