From 5288393c747e3b4b52aeb37970e82f8f6397aa98 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Feb 2001 06:28:02 +0000 Subject: [PATCH] added "chat protocol xxx" signals git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1257 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/signals.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/signals.txt b/docs/signals.txt index dfe34d8d..4214fb78 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -13,6 +13,11 @@ core * Provides signals: +chat-protocols.c: + "chat protocol created", CHAT_PROTOCOL_REC + "chat protocol updated", CHAT_PROTOCOL_REC + "chat protocol destroyed", CHAT_PROTOCOL_REC + channels.c: "channel created", CHANNEL_REC, int automatic "channel destroyed", CHANNEL_REC