Skip to content

Commit

Permalink
i not clean
Browse files Browse the repository at this point in the history
  • Loading branch information
optimumtact committed Mar 15, 2016
1 parent 4d17f50 commit 04e2630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/minibot.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def irc_handler():
try:
buf = irc.recv(1024).decode("UTF-8").split("\n")
for i in buf:
logger.info(clean)
logger.info(i)
if i[0:4] == "PING":
irc.send(bytes("PONG {0}\r\n".format(i[5:]), "UTF-8"))
else:
Expand Down

0 comments on commit 04e2630

Please sign in to comment.