Start test suite, WIP

This commit is contained in:
Vincent Castellano 2015-05-20 01:28:23 -07:00
parent 354aa64ae1
commit f1eda8acff

View File

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