diff --git a/doc/reference.conf b/doc/reference.conf index 266dcc6..93a6cc2 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -283,6 +283,9 @@ irc { /* ngIRCd */ # connregex = "Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9a-f\\.:]+)\\].*"; + /* ergo */ +# connregex = ".+-.+CONNECT.+-.+ Client Connected \\[([^ ]+)\\] \\[u:([^ ]+)\\] \\[h:([^ ]+)\\] \\[ip:([^ ]+)\\] .+"; + /* * "kline" controls the command used when an open proxy is confirmed. * We suggest applying a temporary (no more than a few hours) KLINE on the host. @@ -325,6 +328,9 @@ irc { /* A ZLINE example for UnrealIRCd */ # kline = "ZLINE *@%i 3h :Open proxy found on your host."; + /* A DLINE example for ergo */ +# kline = "DLINE ANDKILL 2h %i :Open proxy found on your host."; + /* * An AKILL example for services with OperServ. Your HOPM must have permission to * AKILL for this to work!