mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
Pass SERVER_REC to printtext() so the tag/ircnet is displayed when connecting.
This commit is contained in:
parent
2b987b1ea7
commit
53526ec977
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ static void sig_server_connected(SERVER_REC *server)
|
|||
TXT_CONNECTION_ESTABLISHED, server->connrec->address);
|
||||
|
||||
if(server->connrec->use_ssl)
|
||||
printtext(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||
printtext(server, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||
"Using ciphersuite %s", server->connrec->ssl_current_cipher);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue