From cba694d9cb70db7e07d69c16a809be713432a7a0 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 21 Jun 2015 17:51:06 +0000 Subject: [PATCH] - reference.conf: added GLINE example for ircu git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6177 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/reference.conf b/doc/reference.conf index d52ec1f..f3d79c1 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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! -- 2.30.2