Fix cmdall / Add the wrap()

This commit is contained in:
Iota Spencer 2014-02-05 19:02:43 -05:00 committed by Valentin Lorentz
parent 051b0e8994
commit 974dc00d29
1 changed files with 1 additions and 1 deletions

View File

@ -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.
###