diff options
author | Peter Powell <petpow@saberuk.com> | 2018-10-01 16:41:18 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-01 17:26:22 +0100 |
commit | d7dd8d193c2e6176e97ec182d65b6ba1d0800aa5 (patch) | |
tree | 4aa8ae8b467301e548ea7ef34f998f65be4661fd /include | |
parent | ff5fdd21c161f8fec055fa93f7d460e1e83b9658 (diff) |
Move <security:hidesplits> to the spanningtree module.
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configreader.h b/include/configreader.h index be7d8c7e0..2a1f07283 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -376,10 +376,6 @@ class CoreExport ServerConfig */ unsigned int MaxTargets; - /** True if we're going to hide netsplits as *.net *.split for non-opers - */ - bool HideSplits; - /** True if we're going to hide ban reasons for non-opers (e.g. G-Lines, * K-Lines, Z-Lines) */ |