mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +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
|
|
@ -71,6 +71,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
|
||||
{ "looking_up", "Looking up {server $0}", 1, { 0 } },
|
||||
{ "connecting", "Connecting to {server $0} [$1] port {hilight $2}", 3, { 0, 0, 1 } },
|
||||
{ "reconnecting", "Reconnecting to {server $0} [$1] port {hilight $2} - use /RMRECONNS to abort", 3, { 0, 0, 1 } },
|
||||
{ "connection_established", "Connection to {server $0} established", 1, { 0 } },
|
||||
{ "cant_connect", "Unable to connect server {server $0} port {hilight $1} {reason $2}", 3, { 0, 1, 0 } },
|
||||
{ "connection_lost", "Connection lost to {server $0}", 1, { 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue