From 000328d9e678d1bd45849785566fdaae666e6368 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 17 Nov 2001 14:20:17 +0000 Subject: 329 event reply for MODE #channel shouldn't go to "chanquery abort", but we'd rather just want to print it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2042 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/channels-query.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/irc/core/channels-query.c') diff --git a/src/irc/core/channels-query.c b/src/irc/core/channels-query.c index 8b29b45a..42d98f84 100644 --- a/src/irc/core/channels-query.c +++ b/src/irc/core/channels-query.c @@ -218,10 +218,12 @@ static void query_send(IRC_SERVER_REC *server, int query) case CHANNEL_QUERY_MODE: cmd = g_strdup_printf("MODE %s", chanstr_commas); - /* the stop-event is received once for each channel */ + /* the stop-event is received once for each channel, + and we want to print 329 event (channel created). */ server_redirect_event(server, "mode channel", count, chanstr, -1, "chanquery abort", "event 324", "chanquery mode", + "event 329", "event 329", "", "chanquery abort", NULL); break; -- cgit v1.2.3