From aa5de8dbcb5232904bde4c29b3e8c29905a4a98a Mon Sep 17 00:00:00 2001 From: Danny van Heumen Date: Tue, 9 Sep 2014 21:07:29 +0200 Subject: [PATCH] Clean up unimportant TODO and create list of future work. --- .../impl/protocol/irc/IrcStack.java | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/net/java/sip/communicator/impl/protocol/irc/IrcStack.java b/src/net/java/sip/communicator/impl/protocol/irc/IrcStack.java index 4e1c1cbb4..81066b7f3 100644 --- a/src/net/java/sip/communicator/impl/protocol/irc/IrcStack.java +++ b/src/net/java/sip/communicator/impl/protocol/irc/IrcStack.java @@ -40,6 +40,19 @@ */ public class IrcStack { + /** + * TODO In the far far future ... + * + *

+ * Some of the less pressing features that may one day be useful ... + *

+ * + *
+     * - Handle 404 ERR_CANNOTSENDTOCHAN in case of +n channel mode and not
+     *   joined to the channel where you send a message to.
+     * 
+ */ + /** * Clean-up delay. The clean up task clears any remaining chat room list * cache. Since there's no pointing in timing it exactly, delay the clean up @@ -1118,10 +1131,6 @@ private final class ServerListener */ private final IRCApi irc; - // FIXME handle 404 ERR_CANNOTSENDTOCHAN in case of +n and not joined to - // channel (or channel is moderated - but we use ChatRoomListener for - // that). - /** * Constructor for Server Listener. *