diff options
Diffstat (limited to 'data/nickserv.example.conf')
-rw-r--r-- | data/nickserv.example.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index a62379053..4d2ef3af8 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -203,13 +203,17 @@ module releasetimeout = 1m /* - * When a user's nick is forcibly changed to enforce a "nick kill", their new nick will start - * with this value. The rest will be made up of 6 or 7 digits. - * Make sure this is a valid nick and Nicklen+7 is not longer than the allowed Nicklen on your ircd. + * When a user's nick is forcibly changed to enforce nickname protection their new + * nick will be based on this value. Any # in the value will be replaced with a random + * number. If your IRCd has support for unique identifiers you can also set this to an + * empty string to change a user's nick to their unique identifier. * - * This directive is optional. If not set it defaults to "Guest" + * Make sure this is a valid nick and that it is is not longer than the maximum nick + * length on your IRCd. + * + * This directive is optional. If not set it defaults to "Guest####" */ - guestnickprefix = "Guest" + guestnick = "Guest####" /* * If set, Anope does not allow ownership of nick names, only ownership of accounts. |