]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
banexception, chanfilter and inviteexception should now be unloadable :)
[user/henk/code/inspircd.git] / include / configreader.h
index 467b5bde3483eca442ea9a7a5012d6b62d166e1f..5c8a663070887c1ac3f0b204880d2e15fb625a14 100644 (file)
@@ -361,10 +361,14 @@ class ServerConfig : public Extensible
         */
        bool SyntaxHints;
 
+       /** If set to true, users appear to quit then rejoin when their hosts change.
+        * This keeps clients synchronized properly.
+        */
+       bool CycleHosts;
+
        ServerConfig(InspIRCd* Instance);
 
-       /** Clears the include stack in preperation for
-        * a Read() call.
+       /** Clears the include stack in preperation for a Read() call.
         */
        void ClearStack();