Update tildebot.py

This commit is contained in:
Marcus316 2016-02-05 13:34:19 -05:00
parent 8fdd2ce027
commit 40ec01f058
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ def listen():
if msg.find("PING :") != -1:
ping()
formatted = formatter.format_message(imsg)
formatted = formatter.format_message(msg)
if "" == formatted:
continue