[DONE] commandsno port for 4.0 request

These are old archives. They are kept for historic purposes only.

Moderators: Gottem, Supporters

Post Reply
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

[DONE] commandsno port for 4.0 request

Post by Gottem »

All done.

Specify what commands may be monitored in the config, then set the snomask with /mode <nick> +s +C (or extend set::snomask-on-oper).

I've kept the config block's "location" the same as the original one but I did rename the directive. It's simply a comma-delimited list of commands. ;]

Code: Select all

set {
	// Rest of the set block goes here, like kline-address, network-name, etc
	commandsno "version,admin,module";
};
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
Post Reply