From f6d42f35d4a5a393b1a780a3e9dd032af9e07836 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Mon, 3 Nov 2014 10:26:13 +0000 Subject: [PATCH] Fix spelling mistake in client message. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@521 13b04d17-f746-0410-82c6-800466cd88b0 --- source/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/parse.c b/source/parse.c index 087c3dd..8596032 100644 --- a/source/parse.c +++ b/source/parse.c @@ -867,7 +867,7 @@ static void p_pong(char *from, char **ArgList) } } else - say("%s: PING received from %s %s", ArgList[0], from, ArgList[1]); + say("%s: PONG received from %s %s", ArgList[0], from, ArgList[1]); } return; }