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

Comparing hopm/branches/1.1.x/doc/reference.conf (file contents):
Revision 6985 by michael, Fri Dec 25 19:44:13 2015 UTC vs.
Revision 6986 by michael, Fri Dec 25 20:15:44 2015 UTC

# Line 210 | Line 210 | irc {
210           * below that best matches the type of ircd you use.
211           */
212  
213 <        /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / UnrealIRCd (in HCN mode) */
213 >        /* bahamut / charybdis / ircd-hybrid / ircd-ratbox / ircu / UnrealIRCd 3.2.x (in HCN mode) */
214          connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
215  
216          /* ircd-hybrid with far connect notices (user mode +F) to scan clients on remote servers */
217 <        connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
217 > #       connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
218 >
219 >        /* UnrealIRCd 4.0.0 */
220 > #       connregex = "\\*\\*\\* Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
221  
222          /* InspIRCd */
223   #       connregex = "\\*\\*\\* .*CONNECT: Client connecting.*: ([^ ]+)!([^@]+)@([^\\)]+) \\(([0-9\\.]+)\\) \\[.*\\]";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines