From 24f651cdb8b14579416278165c202afcc6df6263 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 10 Mar 2000 22:16:28 +0000 Subject: [PATCH] /SERVERS displays a list of waiting reconnections too. You can also remove them with /DISCONNECT where 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 --- docs/SIGNALS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/SIGNALS b/docs/SIGNALS index 715e8ebe..a70b060a 100644 --- a/docs/SIGNALS +++ b/docs/SIGNALS @@ -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, ...