This commit is contained in:
Christine Dodrill 2015-12-30 20:16:20 -08:00
parent 82f6dc4e07
commit 441a5707b9
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ class Input(dict):
conn.msg(chan, msg)
def reply(msg):
# fuck you you asshole
if nick.startswith("Kaz"):
return None
if chan == nick: # PMs don't need prefixes
self.say(msg)
else: