ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/doc/reference.conf
(Generate patch)

Comparing hopm/branches/1.0.x/doc/reference.conf (file contents):
Revision 5920 by michael, Wed Apr 29 11:26:03 2015 UTC vs.
Revision 5921 by michael, Wed May 6 16:31:17 2015 UTC

# Line 199 | Line 199 | irc {
199           * below that best matches the type of ircd you use.
200           */
201  
202 <        /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / ngIRCd / UnrealIRCd (in HCN mode) */
202 >        /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / UnrealIRCd (in HCN mode) */
203          connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
204  
205          /* InspIRCd */
206   #       connregex = "\\*\\*\\* .*CONNECT: Client connecting.*: ([^ ]+)!([^@]+)@([^\\)]+) \\(([0-9\\.]+)\\) \\[.*\\]";
207  
208 +        /* ngIRCd */
209 + #       connregex = "Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
210 +
211          /*
212           * "kline" controls the command used when an open proxy is confirmed.
213           * We suggest applying a temporary (no more than a few hours) KLINE on the host.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines