diff options
author | Adam <Adam@anope.org> | 2013-01-22 04:27:55 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-01-22 19:47:16 -0500 |
commit | f656e3195f638336feea8f15cf9ae25298525adf (patch) | |
tree | a92ff98febfc85b5e76ddc2a77bd11a939373b76 /include/config.h | |
parent | 8811545472f5f71df395ce7f61b45bd4b2286d9a (diff) |
Add hidenetsplitquit config option to not show splits in /ns info's last quit field
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 703f00b95..b69c1ce30 100644 --- a/include/config.h +++ b/include/config.h @@ -542,6 +542,8 @@ class CoreExport ServerConfig bool NSRestoreOnRecover; /* Whether or not to use SASL */ bool NSSASL; + /* If set, hides netsplits in the last_quit field of nicks */ + bool NSHideNetSplitQuit; /* Core ChanServ modules */ Anope::string ChanCoreModules; |