mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
request the setname capability
This commit is contained in:
parent
6e32c1f638
commit
47518b4b75
4 changed files with 29 additions and 1 deletions
|
|
@ -229,11 +229,13 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
g_free(cmd);
|
||||
}
|
||||
|
||||
if (conn->sasl_mechanism != SASL_MECHANISM_NONE)
|
||||
if (conn->sasl_mechanism != SASL_MECHANISM_NONE) {
|
||||
irc_cap_toggle(server, CAP_SASL, TRUE);
|
||||
}
|
||||
|
||||
irc_cap_toggle(server, CAP_MULTI_PREFIX, TRUE);
|
||||
irc_cap_toggle(server, CAP_EXTENDED_JOIN, TRUE);
|
||||
irc_cap_toggle(server, CAP_SETNAME, TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS " CAP_LS_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue