diff options
author | Adam <Adam@anope.org> | 2012-11-25 19:46:34 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-25 19:47:09 -0500 |
commit | a2441fd3262ef6f20e671387527e3cc57af906ac (patch) | |
tree | f5860d4be4a921df23a6d0c137cf16bdca813966 | |
parent | 831a1d15d5f925f5e33397e200a81ed220cd0dd0 (diff) |
Rename restoreonghost in nickserv.conf
-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 |