summaryrefslogtreecommitdiff
path: root/src/Server/Client.java
diff options
context:
space:
mode:
authordor <dor1_b@walla.com>2014-03-14 23:27:33 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2014-03-16 03:06:05 +0200
commit6e7c77e22283459834aea09b870418decc266450 (patch)
treedb72eea44e495f8168f22e922ce13e1db8d061db /src/Server/Client.java
parentae8ee6e3e1f934de65bb3b7b4f142968fdc24788 (diff)
Server: print proper nicks on privmsg.
* print user can now provide ditalese of diffrent client. * print also space before the message.
Diffstat (limited to 'src/Server/Client.java')
-rw-r--r--src/Server/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/Client.java b/src/Server/Client.java
index f7e6eae..f7d015b 100644
--- a/src/Server/Client.java
+++ b/src/Server/Client.java
@@ -36,7 +36,7 @@ public class Client
/** returning the host name */
public String getHostname()
{
- return "me";
+ return "myhost";
}
/** returning the user name */
public String getUsername()