summaryrefslogtreecommitdiff
path: root/src/Client/ChatClient.java
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2013-12-04 10:51:40 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2013-12-04 10:51:40 +0200
commit8566ed0ea5f09e05771de628a02866f743519df9 (patch)
tree5463af9f8639598a8c99a557d55980233490c3c8 /src/Client/ChatClient.java
parent3bbbd95c8d2d6f3185b0f3e48263f36ba4bb0e75 (diff)
Update list of tasks
Diffstat (limited to 'src/Client/ChatClient.java')
-rw-r--r--src/Client/ChatClient.java11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Client/ChatClient.java b/src/Client/ChatClient.java
index a3807f2..47c2736 100644
--- a/src/Client/ChatClient.java
+++ b/src/Client/ChatClient.java
@@ -82,16 +82,19 @@ public class ChatClient
* TODO: 2. When the user presses "Connect", a message will be sent to a channel:
* use PRIVMSG to channel #chat.
*
- * TODO: 3. But we do want to allow sending commands to the channel. A
+ * TODO: 3. After the user pressed "Connect", the button is displayed
+ * as "disabled".
+ *
+ * TODO: 4. But we do want to allow sending commands to the channel. A
* message line that begins with the word "/QUOTE", will be sent as is
* (except the word "/QUOTE") to the server.
*
- * TODO: 4. Join a channel at startup: For any server besides our own we need to send
+ * TODO: 5. Join a channel at startup: For any server besides our own we need to send
* a JOIN command (see how it is handled in the server).
*
- * TODO: 5. Don't allow sending text until we joined a channel.
+ * TODO: 6. Don't allow sending text until we joined a channel.
*
- * TODO: 6. When we get from the server a PRIVMSG, parse it and show who sent it.
+ * TODO: 7. When we get from the server a PRIVMSG, parse it and show who sent it.
* Print other messages (Server messages) differently.
*/