to stop responding by default is too much power for one module to wield

This commit is contained in:
Brian S. Stephan 2011-01-07 09:19:19 -06:00
parent b7ce4b6dcc
commit 35419f9db9

View File

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