Commit f1eda8ac authored by Vincent Castellano's avatar Vincent Castellano

Start test suite, WIP

parent 354aa64a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment