pass nick to plugins
parent
9ea10b18f1
commit
101bd91718
|
@ -211,6 +211,7 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||||
'cmd': cmd,
|
'cmd': cmd,
|
||||||
'text': text,
|
'text': text,
|
||||||
'nick_list': nick_list,
|
'nick_list': nick_list,
|
||||||
|
'nick': nick,
|
||||||
'arg': arg
|
'arg': arg
|
||||||
}
|
}
|
||||||
output = self.call_plugins(**plugin_info)
|
output = self.call_plugins(**plugin_info)
|
||||||
|
|
Loading…
Reference in New Issue