generated from Nemesis/Exemple
return True
This commit is contained in:
parent
046529b1db
commit
7231d00804
1 changed files with 4 additions and 1 deletions
|
@ -8,4 +8,7 @@ class MAllHandler(MHandler):
|
||||||
# handle_callback - Function to call if message contains command
|
# handle_callback - Function to call if message contains command
|
||||||
# cmd_char - Character that denotes a command. '!' by default
|
# cmd_char - Character that denotes a command. '!' by default
|
||||||
def __init__(self, handle_callback):
|
def __init__(self, handle_callback):
|
||||||
MHandler.__init__(self, True, handle_callback)
|
MHandler.__init__(self, self.test, handle_callback)
|
||||||
|
|
||||||
|
def test()
|
||||||
|
return True
|
Loading…
Reference in a new issue