mirror of https://github.com/nealey/firebot
tabs to spaces
This commit is contained in:
parent
0ceef62a22
commit
4060898fa5
|
@ -10,7 +10,7 @@ CHANNELS = ["#idiotbot"]
|
||||||
class IdiotBot(irc.Bot):
|
class IdiotBot(irc.Bot):
|
||||||
debug = True
|
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):
|
def cmd_privmsg(self, sender, forum, addl):
|
||||||
forum.msg("I am an idiot!")
|
forum.msg("I am an idiot!")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue