* 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 */
/*
* 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