From adf40686a636bfe95357c3affe011a2514bfbf52 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Sun, 7 May 2017 18:08:10 +0100 Subject: Updated command that they are more compatible with developerslv chan bots --- cmd_ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_ping.c') diff --git a/cmd_ping.c b/cmd_ping.c index 5bd6d84..469c616 100644 --- a/cmd_ping.c +++ b/cmd_ping.c @@ -7,7 +7,7 @@ void *cmd_ping(void *data) printf("PONG\n"); - ret = alloc_new_str("PONG"); + ret = alloc_new_str("ping "); return ret; } \ No newline at end of file -- cgit v1.2.3