Add option to immediately apply nick RESVs by FNC'ing.
This commit is contained in:
parent
2080c943cf
commit
330692a1f2
8 changed files with 93 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue