Skip to content

Commit 974dc00

Browse files
IotaSpencerprogval
authored andcommitted
Fix cmdall / Add the wrap()
1 parent 051b0e8 commit 974dc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/Network/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def cmdall(self, irc, msg, args, commandAndArgs):
149149
for ircd in ircs:
150150
#ircd.queueMsg(ircmsgs.IrcMsg(prefix="", command=commandAndArgs, args="", msg=""))
151151
self.Proxy(ircd, msg, commandAndArgs)
152-
152+
cmdall = wrap(cmdall, ['admin', many('something')])
153153
###
154154
# whois command-related stuff.
155155
###

0 commit comments

Comments
 (0)