]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Debug to try figure this out ..
[user/henk/code/inspircd.git] / include / configreader.h
index 703c284142136c5b5beb4b30b191c1bcbf8dfa6a..4a9720862d7cd38321e5620ec90695416fc038c8 100644 (file)
@@ -240,7 +240,7 @@ class CoreExport ServerConfig : public Extensible
   public:
 
        /** Used to indicate who we announce invites to on a channel */
-       enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS };
+       enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC };
 
        /** Pointer to function that validates dns server addresses (can be changed depending on platform) */
        Validator DNSServerValidator;