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: