summaryrefslogtreecommitdiff
path: root/src/Server/ChatServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/ChatServer.java')
-rw-r--r--src/Server/ChatServer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Server/ChatServer.java b/src/Server/ChatServer.java
index 0a384ba..4a21cfd 100644
--- a/src/Server/ChatServer.java
+++ b/src/Server/ChatServer.java
@@ -50,6 +50,7 @@ public class ChatServer
* * Allow listening on a different port (from command-line?)
* * Have a test server running on cohens.org.il
* * Send requests to all channels (use list)
+ * * When passing a message (PRIVMSG) - inlcude the sender's nick.
* * Keep channels up: PING occasionally
* * Graphical interface for server
*/