From: michael Date: Wed, 28 Jan 2015 19:33:50 +0000 (+0000) Subject: - reference.conf: added UnrealIRCd X-Git-Tag: 1.0.4~36 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=ea700f89e3b6e54a990c2ccfc458c411a1e6a1f4;p=hopm.git - reference.conf: added UnrealIRCd git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5444 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/doc/reference.conf b/doc/reference.conf index f948def..a42c434 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -199,7 +199,7 @@ irc { * below that best matches the type of ircd you use. */ - /* charybdis / ircd-hybrid / ircd-ratbox */ + /* charybdis / ircd-hybrid / ircd-ratbox / UnrealIRCd (in HCN mode) */ connregex = "\\*\\*\\* Notice -- Client connecting: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*"; /* InspIRCd */ @@ -241,8 +241,16 @@ irc { /* * Text to send on connection, these can be stacked and will be sent in this order. + * + * !!! UNREAL USERS PLEASE NOTE !!! + * Unreal users will need PROTOCTL HCN to force hybrid connect + * notices. + * + * Yes Unreal users! That means you! That means you need the line + * below! See that thing at the start of the line? That's what we + * call a comment! Remove it to UNcomment the line. */ -# perform = "TIME"; +# perform = "PROTOCTL HCN"; /* * Text to send, via NOTICE, immediately when a new client connects. These can be