summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-25 19:34:14 -0500
committerAdam <Adam@anope.org>2012-11-25 19:41:36 -0500
commit831a1d15d5f925f5e33397e200a81ed220cd0dd0 (patch)
tree1c68a11cff626a6cac8913bb781c139d7c3fc5b1 /include/config.h
parent6b5df8e62f8b7b50747350bf17f82096acc4282d (diff)
Merge ns_ghost, ns_recover, and ns_release. Fix svskilling users on Unreal.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index ad772033d..7e19ba32f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -550,8 +550,8 @@ class CoreExport ServerConfig
time_t NSKill;
/* Modes set on a user when they identify */
Anope::string NSModesOnID;
- /* Restore nick/channels on ghost */
- bool NSRestoreOnGhost;
+ /* Restore nick/channels on recover */
+ bool NSRestoreOnRecover;
/* Whether or not to use SASL */
bool NSSASL;