From 113a474c99f01b7b4b6f649cfbcf875689504bd1 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 15 Jan 2016 09:49:43 +0000 Subject: [PATCH] Do not advertise the 'U' ELIST capability. --- exec/load/ircd_unreg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/ircd_unreg.js b/exec/load/ircd_unreg.js index 84445a45c2..d0500178b1 100644 --- a/exec/load/ircd_unreg.js +++ b/exec/load/ircd_unreg.js @@ -393,7 +393,7 @@ function Unregistered_Welcome() { + "CHANTYPES=#& CHANLIMIT=#:" + max_user_chans + " PREFIX=(ov)@+ " + "STATUSMSG=@+ :are available on this server."); this.numeric("005", "CASEMAPPING=ascii SILENCE=" + max_silence + " " - + "ELIST=cmntu CHANMODES=b,k,l,imnpst " + + "ELIST=cmnt CHANMODES=b,k,l,imnpst " + "MAXLIST=b:" + max_bans + " " + "TARGMAX=JOIN:,KICK:,KILL:,NOTICE:,PART:,PRIVMSG:,WHOIS:,WHOWAS: " + ":are available on this server."); -- GitLab