Guess who originally wrote this one?
Adds a snomask +C
for opers so they can see what commands people use. ;3 Specify what commands may be monitored in the config, then set the snomask with /mode <nick> +s +C
(or extend set::snomask-on-oper
).
For obvious reasons PRIVMSG
and NOTICE
can't be monitored, deal w/ it.
Config block:
I've kept the "location" the same as the original one but I did rename the directive. It's simply a comma-delimited list of commands. ;]
set {
// Rest of the set block goes here obv, like kline-address, network-name, etc
commandsno "version,admin,module";
};