fix plugin_header

This commit is contained in:
jomo
2014-07-21 02:31:46 +02:00
parent b295f12d56
commit 7f74482fa4

View File

@@ -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)