1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Revert "add d,q,f and J to CHANMODES default, to work a bit better with dancer and possibly others"

This is no longer relevant and most ircds now send a correct isupport
message.

This reverts commit b832f1f7b2.
This commit is contained in:
David Leadbeater 2014-06-16 15:35:38 +00:00
parent 3212ef2bdb
commit 908913b5de

View File

@ -167,7 +167,7 @@ static void server_init(IRC_SERVER_REC *server)
(GCompareFunc) g_istr_equal);
/* set the standards */
g_hash_table_insert(server->isupport, g_strdup("CHANMODES"), g_strdup("beIqd,k,lfJ,imnpst"));
g_hash_table_insert(server->isupport, g_strdup("CHANMODES"), g_strdup("beI,k,l,imnpst"));
g_hash_table_insert(server->isupport, g_strdup("PREFIX"), g_strdup("(ohv)@%+"));
server->cmdcount = 0;