- reference.conf: added UnrealIRCd
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 28 Jan 2015 19:33:50 +0000 (19:33 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Wed, 28 Jan 2015 19:33:50 +0000 (19:33 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5444 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index f948defba77ece8e6cdb578b793304f01f4978af..a42c43461319019c28894cf070c7363f6ece2630 100644 (file)
@@ -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