mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Say when we're reconnecting, and mention it can be aborted with /RMRECONNS
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3204 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
623dbac5cf
commit
e980500702
5 changed files with 9 additions and 3 deletions
|
|
@ -284,7 +284,9 @@ static void sig_server_connecting(SERVER_REC *server, IPADDR *ip)
|
|||
else
|
||||
net_ip2host(ip, ipaddr);
|
||||
|
||||
printformat(server, NULL, MSGLEVEL_CLIENTNOTICE, TXT_CONNECTING,
|
||||
printformat(server, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||
!server->connrec->reconnecting ?
|
||||
TXT_CONNECTING : TXT_RECONNECTING,
|
||||
server->connrec->address, ipaddr, server->connrec->port);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue