From b16289cdedeb2d74f5b905327186b8cecd3dec1b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 11 Aug 2022 19:49:58 +0100 Subject: [PATCH] Update IRC template --- conf/templates/irc.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/conf/templates/irc.json b/conf/templates/irc.json index 8270e2f..e37a788 100644 --- a/conf/templates/irc.json +++ b/conf/templates/irc.json @@ -2,7 +2,7 @@ "_": { "register": true, "entity": "NickServ", - "email": "{nickname}@domain.com", + "domains": [], "registermsg": "REGISTER {password} {email}", "confirm": "CONFIRM {token}", "check": true, @@ -11,7 +11,7 @@ "pingmsg": "STATUS", "negativemsg": "INFO {nickname}", "checktype": "mode", - "checkmode": "r", + "checkmode": "R", "checkmsg": "Password accepted - you are now recognized.", "checkmsg2": "You are logged in as", "checknegativemsg": "has \u0002NOT COMPLETED\u0002 registration verification", @@ -19,5 +19,15 @@ }, "freenode": { "confirm": "VERIFY REGISTER {nickname} {token}" + }, + "libera": { + "confirm": "VERIFY REGISTER {nickname} {token}" + }, + "cyberia": { + "setmode": "I" + }, + "ircnow": { + "negative": false, + "ping": false } }