]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/server.h
Use IsCTCP in blockcolor for ignoring CTCPs.
[user/henk/code/inspircd.git] / include / server.h
index 491754e1337f2465131c0ba0440adac931e22b73..1aacdc2d97a9514f4235e71183e81b904de5700c 100644 (file)
@@ -1,6 +1,8 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2019-2020 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions>
  *   Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
@@ -38,7 +40,7 @@ class CoreExport Server : public classbase
         */
        bool uline;
 
-       /** True if this server is a silent uline, i.e. silent="true" in the uline block
+       /** True if this server is a silent uline, i.e. silent="yes" in the uline block
         */
        bool silentuline;