From 24015a360ab4e442a59637433c10238c49984e12 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 21 Nov 2001 17:50:58 +0000 Subject: /FOREACH QUERY did actually same as /FOREACH CHANNEL :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2136 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/chat-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/chat-commands.c') diff --git a/src/core/chat-commands.c b/src/core/chat-commands.c index 285f2847..12768f9b 100644 --- a/src/core/chat-commands.c +++ b/src/core/chat-commands.c @@ -370,7 +370,7 @@ static void cmd_foreach_query(const char *data) { GSList *list; - list = g_slist_copy(channels); + list = g_slist_copy(queries); while (list != NULL) { QUERY_REC *rec = list->data; -- cgit v1.2.3