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 } }