From 7f74482fa40da779449d27c1ca52f6099c61b9ec Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 21 Jul 2014 02:31:46 +0200 Subject: [PATCH] fix plugin_header --- misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.py b/misc.py index 878bb5b..e0d3849 100644 --- a/misc.py +++ b/misc.py @@ -147,7 +147,7 @@ def on_pyeval_command(sender, args): @hook.command("modules") def on_modules_command(sender, args): - plugin_header("Modules") + plugin_header(sender, "Modules") for mod in shared["load_modules"]: color = "a" if mod in shared["modules"] else "c" msg(sender, "&" + color + mod) \ No newline at end of file