summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-31 12:37:43 -0400
committerAdam <Adam@anope.org>2012-10-31 12:37:43 -0400
commit3a10fca75f660e90983b3a01d33917c17a0f4fa4 (patch)
tree6b5a41819a3f1602d381d01d70f773bb39cd4ac2 /include/config.h
parenta39947cd3c6c76cb708de7d328aabde62e39be0b (diff)
Fix ns_ghost and ns_recover, add nicksev:restoreonghost
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 0f2e127c2..dd00d2666 100644
--- a/include/config.h
+++ b/include/config.h
@@ -570,6 +570,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;
/* Core ChanServ modules */
Anope::string ChanCoreModules;