to stop responding by default is too much power for one module to wield
This commit is contained in:
parent
b7ce4b6dcc
commit
35419f9db9
@ -208,7 +208,7 @@ class Module(object):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print('EXCEPTION: ' + str(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.
|
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
|
Utility method to do the proper type of reply (either to IRC, or as a return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user