fix
This commit is contained in:
parent
82f6dc4e07
commit
441a5707b9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue