Skip to content

Commit

Permalink
Fix cmdall / Add the wrap()
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaSpencer authored and progval committed Feb 6, 2014
1 parent 051b0e8 commit 974dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Network/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def cmdall(self, irc, msg, args, commandAndArgs):
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.
###
Expand Down

0 comments on commit 974dc00

Please sign in to comment.