diff options
-rw-r--r-- | data/nickserv.example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index d35e545e9..b7fd37add 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -272,12 +272,12 @@ nickserv #modesonid = "+R" /* - * If set, Services will svsnick and svsjoin users who use the ghost - * command to the nick and channels of the ghosted user. + * If set, Services will svsnick and svsjoin users who use the recover + * command on an identified user to the nick and channels of the recovered user. * * This directive is opional. */ - restoreonghost = yes + restoreonrecover = yes /* * Some IRCds allow "SASL" authentication to let users identify to Services |