1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

/SERVERS displays a list of waiting reconnections too. You can also

remove them with /DISCONNECT <RECON-n> where <RECON-n> being the tag
that /SERVERS prints.

Added signals "server reconnect removed" and "server reconnect not found".


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@140 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-03-10 22:16:28 +00:00 committed by cras
parent e1bf344ee4
commit 24f651cdb8

View File

@ -98,6 +98,11 @@ server.c:
"server disconnected", SERVER_REC
"event connected", SERVER_REC
server-reconnect.c:
"server reconnect removed", RECONNECT_REC
"server reconnect not found", char *tag
signal.c:
"signal", char *name, ...