Start test suite, WIP
This commit is contained in:
parent
354aa64ae1
commit
f1eda8acff
@ -42,7 +42,7 @@ def on_msg_receive(msg):
|
||||
else: # chatroom
|
||||
peer = msg.dest
|
||||
|
||||
print(msg)
|
||||
pp.pprint(msg)
|
||||
if msg.text.startswith("!ping"):
|
||||
print("SENDING PONG")
|
||||
tgl.send_msg(peer, "PONG!", msg_cb)
|
||||
|
Loading…
Reference in New Issue
Block a user