tabs to spaces

This commit is contained in:
Neale Pickett 2014-07-09 13:18:03 -06:00
parent 0ceef62a22
commit 4060898fa5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CHANNELS = ["#idiotbot"]
class IdiotBot(irc.Bot):
debug = True
# Every time anybody says anything, respond like an idiot.
# Every time anybody says anything, respond like an idiot.
def cmd_privmsg(self, sender, forum, addl):
forum.msg("I am an idiot!")