summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-03-10 22:16:28 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-03-10 22:16:28 +0000
commit24f651cdb8b14579416278165c202afcc6df6263 (patch)
tree2d094026d10a1b892b47936e349e2b0a6abbca27
parente1bf344ee47ed0cfe768e662739366fcd9736eaf (diff)
downloadirssi-24f651cdb8b14579416278165c202afcc6df6263.zip
/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
-rw-r--r--docs/SIGNALS5
1 files changed, 5 insertions, 0 deletions
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, ...