Skip to content
Snippets Groups Projects
Commit 113a474c authored by deuce's avatar deuce
Browse files

Do not advertise the 'U' ELIST capability.

parent f8ddddec
No related branches found
No related tags found
No related merge requests found
......@@ -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.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment