From b8aed568f4720fb6d516d3d172db0433f15e1a30 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 10 Apr 2018 12:15:08 -0700 Subject: [PATCH] add nick as argument --- pinhook/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index b4816df..1dd61f6 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -152,7 +152,7 @@ class Bot(irc.bot.SingleServerIRCBot): output = self.output_message('Plugins reloaded') return output - def call_plugins(self, chan, cmd, text, nick_list, arg): + def call_plugins(self, chan, cmd, text, nick_list, nick, arg): output = None if cmd in pinhook.plugin.cmds: try: