Merge pull request #728 from slingamn/issue727_group_ghost.1

fix #727
This commit is contained in:
Shivaram Lingamneni
2020-01-05 03:26:26 -05:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ entry for $bSET$b for more information.`,
GHOST disconnects the given user from the network if they're logged in with the
same user account, letting you reclaim your nickname.`,
helpShort: `$bGHOST$b reclaims your nickname.`,
enabled: servCmdRequiresAuthEnabled,
enabled: servCmdRequiresNickRes,
authRequired: true,
minParams: 1,
},
+5 -3
View File
@@ -306,20 +306,22 @@ accounts:
# nick-reservation controls how, and whether, nicknames are linked to accounts
nick-reservation:
# is there any enforcement of reserved nicknames?
enabled: false
enabled: true
# how many nicknames, in addition to the account name, can be reserved?
additional-nick-limit: 2
# method describes how nickname reservation is handled
# already logged-in using SASL or NickServ
# timeout: let the user change to the registered nickname, give them X seconds
# to login and then rename them if they haven't done so
# strict: don't let the user change to the registered nickname unless they're
# already logged-in using SASL or NickServ
# optional: no enforcement by default, but allow users to opt in to
# the enforcement level of their choice
method: strict
#
# 'optional' matches the behavior of other NickServs, but 'strict' is
# preferable if all your users can enable SASL.
method: optional
# allow users to set their own nickname enforcement status, e.g.,
# to opt in to strict enforcement