From f5c14ba316cee2d07e1d535a310a9d24be555c7c Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Mon, 5 Feb 2018 15:03:51 -0800 Subject: [PATCH] my sanity is wearing thin --- pinhook/bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pinhook/bot.py b/pinhook/bot.py index 26fcb60..07a3a11 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -131,6 +131,7 @@ class Bot(irc.bot.SingleServerIRCBot): self.process_command(c, e) def process_command(self, c, e): + print("what the actual fuck") nick = e.source.nick text = e.arguments[0] if e.target == self.bot_nick: