I found another patch on my computer and maybe
someone wants to use it.
The patch allows you to use the "channel" criteria for ?
trace up to 10 times.
1. Download srvx-1.3-pre2.tar.gz
2. Copy into srvx-1.3-pre2/src
3. Do: patch -p0 < opserv.patch
4. Compile srvx and start it
Now you're able to use something like "?trace print
channel +#chan1 channel @#chan2 channel #chan3"
Example:
-OpServ- Channels: @#feigling +#feig2 @#feig3
<feigling> ?trace print channel @#feigling channel
+#feig2 channel #feig3
-OpServ- The following users were found:
-OpServ- feigling!feigling@192.168.0.99 feigling
-OpServ- Found 1 matches.
<feigling> ?trace print channel @#feigling channel
+#feig2 channel -#feig3
-OpServ- The following users were found:
-OpServ- Nothing matched the criteria of your search.
<feigling> ?deop #feig3 feigling
-OpServ- Deopped the requested lusers.
<feigling> ?trace print channel @#feigling channel
+#feig2 channel -#feig3
-OpServ- The following users were found:
-OpServ- feigling!feigling@192.168.0.99 feigling
-OpServ- Found 1 matches.
OpServ.patch