Remove debug print

This commit is contained in:
Robert Miles 2018-12-07 17:00:51 -05:00
parent cc015c4571
commit fe2d3f5fbd
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -41,7 +41,6 @@ class RadioBot(teambot.Handler):
basestate["handler"].task_state = state
return state
def on_pubmsg(self,channel,nick,text):
print(self.event.source.userhost)
if text.startswith(self._bot.bot_nick+": "):
cmd = text[len(self._bot.bot_nick+": "):].strip()
if self.event.source.userhost=="khuxkm@sudoers.tilde.team" and cmd=="down":