Add option to immediately apply nick RESVs by FNC'ing.

This commit is contained in:
Keith Buck 2012-03-25 01:34:45 +00:00
parent 2080c943cf
commit 330692a1f2
8 changed files with 93 additions and 0 deletions

View file

@ -478,6 +478,7 @@ general {
ts_max_delta = 5 minutes;
client_exit = yes;
collision_fnc = yes;
resv_fnc = yes;
global_snotices = yes;
dline_with_reason = yes;
kline_delay = 0 seconds;

View file

@ -1024,6 +1024,13 @@ general {
*/
collision_fnc = yes;
/* resv fnc: change a user's nick to a nick they have recently used
* (or their UID, if no such nick can be found) when a resv matching
* them is set by services. Only enable this if all servers on the
* network allow remote nicks to start with a digit.
*/
resv_fnc = yes;
/* global snotices: send out certain snotices (most +b, +f, +y,
* some +s) to other servers via ENCAP SNOTE. Received SNOTEs are
* displayed unconditionally.