From 53474a2163f36bec81e89c655e0b9ef95f09a8cc Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 25 Apr 2001 04:10:19 +0000 Subject: "ban ..." signals didn't send channel info git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1457 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/signals.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/signals.txt') diff --git a/docs/signals.txt b/docs/signals.txt index 51aa4792..12630a5e 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -142,10 +142,10 @@ massjoin.c: "massjoin", CHANNEL_REC, GSList of NICK_RECs mode-lists.c: - "ban new", BAN_REC - "ban remove", BAN_REC - "ban exception new", BAN_REC - "ban exception remove", BAN_REC + "ban new", CHANNEL_REC, BAN_REC + "ban remove", CHANNEL_REC, BAN_REC + "ban exception new", CHANNEL_REC, BAN_REC + "ban exception remove", CHANNEL_REC, BAN_REC "invitelist new", CHANNEL_REC, char *mask "invitelist remove", CHANNEL_REC, char *mask -- cgit v1.2.3