summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h9
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;