From 2bc2c70d1bb1b7f412ff03a233aa47aae0bf16e3 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 10 Apr 2018 12:00:18 -0700 Subject: [PATCH] fix typo --- pinhook/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinhook/bot.py b/pinhook/bot.py index a90d119..97fa635 100644 --- a/pinhook/bot.py +++ b/pinhook/bot.py @@ -213,7 +213,7 @@ class Bot(irc.bot.SingleServerIRCBot): 'nick_list': nick_list, 'arg': arg } - output = call_plugins(plugin_info**) + output = call_plugins(**plugin_info) if output: process_output(c, chan, output)