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