Page 1 of 1

[DONE] commandsno port for 4.0 request

Posted: Tue Jan 17, 2017 1:52 am
by rcschaff

[DONE] commandsno port for 4.0 request

Posted: Thu Jan 19, 2017 4:19 pm
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";
};