add nick as argument

pull/29/head
Mallory Hancock 2018-04-10 12:15:08 -07:00
parent 101bd91718
commit b8aed568f4
1 changed files with 1 additions and 1 deletions

View File

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