mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
use extended-join capability
This commit is contained in:
parent
1c99bf78c7
commit
25270e0465
8 changed files with 25 additions and 9 deletions
|
|
@ -239,6 +239,7 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
irc_cap_toggle(server, CAP_SASL, TRUE);
|
||||
|
||||
irc_cap_toggle(server, CAP_MULTI_PREFIX, TRUE);
|
||||
irc_cap_toggle(server, CAP_EXTENDED_JOIN, TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS " CAP_LS_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue