From 441a5707b90e908a871f30159ebaf8f264aef4a1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 30 Dec 2015 20:16:20 -0800 Subject: [PATCH] fix --- core/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/main.py b/core/main.py index 93768e1..b2c71fe 100644 --- a/core/main.py +++ b/core/main.py @@ -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: