From b08b3af89e5fef9f36a2b3143e2c541eb75b4164 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 28 Jan 2015 19:33:37 +0000 Subject: [PATCH] - reference.conf: added UnrealIRCd git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5443 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 -- 2.30.2