Fix spelling mistake in client message.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@521 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2014-11-03 10:26:13 +00:00
parent 685fc8b25a
commit f6d42f35d4

View File

@@ -867,7 +867,7 @@ static void p_pong(char *from, char **ArgList)
} }
} }
else 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; return;
} }