unrealircd_mods/man/commandsno.md

583 B

[PORT] commandsno

Guess who originally wrote this one?
Adds a logging event for opers so they can see what commands people use. ;3 Specify what commands may be monitored in the config and you should be gucci.

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";
};