From 9895d0cc11f4a5650c8fccc5194b72ca8c839d28 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 9 Nov 2000 21:32:46 +0000 Subject: One final fix for ping/pong git-svn-id: http://svn.irssi.org/repos/irssi/trunk@824 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/proxy/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irc/proxy/listen.c') diff --git a/src/irc/proxy/listen.c b/src/irc/proxy/listen.c index d4c6fafa..92fd65e8 100644 --- a/src/irc/proxy/listen.c +++ b/src/irc/proxy/listen.c @@ -147,7 +147,7 @@ static void handle_client_cmd(CLIENT_REC *client, char *cmd, char *args) if (server == NULL || strcmp(server+1, "proxy") == 0) { if (server != NULL) *server = '\0'; if (*args == '\0') args = client->nick; - proxy_outdata(client, "PONG proxy :%s\n", args); + proxy_outserver(client, "PONG proxy :%s\n", args); return; } } -- cgit v1.2.3