my sanity is wearing thin

pull/23/head
Mallory Hancock 2018-02-05 15:03:51 -08:00
parent 229c6ec79c
commit f5c14ba316
1 changed files with 1 additions and 0 deletions

View File

@ -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: