mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
enable irc cap ls 302
This commit is contained in:
parent
f3e037f434
commit
e0ff13f6c1
2 changed files with 3 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
|
||||
irc_cap_toggle(server, "multi-prefix", TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS");
|
||||
irc_send_cmd_now(server, "CAP LS " CAP_LS_VERSION);
|
||||
|
||||
if (conn->password != NULL && *conn->password != '\0') {
|
||||
/* send password */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue