- reference.conf: added GLINE example for ircu
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sun, 21 Jun 2015 17:51:29 +0000 (17:51 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sun, 21 Jun 2015 17:51:29 +0000 (17:51 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6178 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index d52ec1f41a80cd4c078b99f340e339a1e3fab992..f3d79c1075fa83c052c4d7db2d696c902d6b48ae 100644 (file)
@@ -241,6 +241,9 @@ irc {
         */
        kline = "KLINE 180 *@%h :Open proxy found on your host.";
 
+       /* A GLINE example for ircu */
+#      kline = "GLINE +*@%i 1800 :Open proxy found on your host.";
+
        /*
         * An AKILL example for services with OperServ. Your HOPM must have permission to
         * AKILL for this to work!