From d637f0eb9b5603ecab18433ffd796a026b7180a9 Mon Sep 17 00:00:00 2001 From: Dor Bivas Date: Sat, 8 Feb 2014 18:23:38 +0200 Subject: client: remove incorrect space before message of PRIVMSG --- src/Client/ChatClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/ChatClient.java b/src/Client/ChatClient.java index 80ed663..df2c553 100644 --- a/src/Client/ChatClient.java +++ b/src/Client/ChatClient.java @@ -73,7 +73,7 @@ public class ChatClient else { - runSendline("PRIVMSG " + "#Chat-Dor : " + line); + runSendline("PRIVMSG " + "#Chat-Dor :" + line); } } -- cgit v1.2.3