diff --git a/plugins/Network/plugin.py b/plugins/Network/plugin.py index e0fd01a09..e01a7154e 100644 --- a/plugins/Network/plugin.py +++ b/plugins/Network/plugin.py @@ -149,7 +149,7 @@ class Network(callbacks.Plugin): for ircd in ircs: #ircd.queueMsg(ircmsgs.IrcMsg(prefix="", command=commandAndArgs, args="", msg="")) self.Proxy(ircd, msg, commandAndArgs) - + cmdall = wrap(cmdall, ['admin', many('something')]) ### # whois command-related stuff. ###