diff options
author | Peter Powell <petpow@saberuk.com> | 2018-03-31 13:02:57 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-03-31 13:16:27 +0100 |
commit | 802eed1734cf20e9a2549a5fe343d04c34e83a10 (patch) | |
tree | 4a9f2a64bd7913934ff014a4240b5fd815f9c39f /include | |
parent | b3a728d93f134684593576f8eaaf2daf8df39340 (diff) |
Move <security:announceinvites> to core_channel.
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/configreader.h b/include/configreader.h index 5db6cc44b..9349813d6 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -257,10 +257,7 @@ class CoreExport ServerConfig /** Bind to IPv6 by default */ bool WildcardIPv6; - /** Used to indicate who we announce invites to on a channel */ - enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC }; - - /** This holds all the information in the config file, + /** This holds all the information in the config file, * it's indexed by tag name to a vector of key/values. */ ConfigDataHash config_data; @@ -372,10 +369,6 @@ class CoreExport ServerConfig */ bool HideBans; - /** Announce invites to the channel with a server notice - */ - InviteAnnounceState AnnounceInvites; - /** True if raw I/O is being logged */ bool RawLog; |