fix typo
parent
b91731e4ca
commit
2bc2c70d1b
|
@ -213,7 +213,7 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||||
'nick_list': nick_list,
|
'nick_list': nick_list,
|
||||||
'arg': arg
|
'arg': arg
|
||||||
}
|
}
|
||||||
output = call_plugins(plugin_info**)
|
output = call_plugins(**plugin_info)
|
||||||
if output:
|
if output:
|
||||||
process_output(c, chan, output)
|
process_output(c, chan, output)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue