1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

One final fix for ping/pong

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@824 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-09 21:32:46 +00:00 committed by cras
parent ea5109d6c5
commit 9895d0cc11

View File

@ -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;
}
}