pass nick to plugins

pull/29/head
Mallory Hancock 2018-04-10 12:13:54 -07:00
parent 9ea10b18f1
commit 101bd91718
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ class Bot(irc.bot.SingleServerIRCBot):
'cmd': cmd,
'text': text,
'nick_list': nick_list,
'nick': nick,
'arg': arg
}
output = self.call_plugins(**plugin_info)