From b63b2f3b7f48abfb0cd14a4407d38e84f5b7ee38 Mon Sep 17 00:00:00 2001 From: Dor Bivas Date: Wed, 5 Feb 2014 00:40:49 +0200 Subject: Fixing PrivMsg chanel output --- src/Server/CommandsTable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server/CommandsTable.java b/src/Server/CommandsTable.java index f0152e2..05d5457 100644 --- a/src/Server/CommandsTable.java +++ b/src/Server/CommandsTable.java @@ -80,7 +80,7 @@ class CommandPrivmsg extends Command { Connection con = iter.next(); ports += con.toString(); - this.println(con.getClient(), "PRIVMSG #fixme-chan :" + line); + this.println(con.getClient(), "PRIVMSG: " + starr[0] + line); } System.err.println("printed message to ports: " + ports); } -- cgit v1.2.3