Added marker for handling ERR_CANNOTSENDTOCHAN (404).

cefexperiments
Danny van Heumen 11 years ago
parent efb42f4c03
commit 6298cb6282

@ -1118,6 +1118,10 @@ private final class ServerListener
*/ */
private final IRCApi irc; 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. * Constructor for Server Listener.
* *
@ -1470,6 +1474,9 @@ private final class ChatRoomListener
*/ */
private static final int IRC_ERR_NOTONCHANNEL = 442; private static final int IRC_ERR_NOTONCHANNEL = 442;
// FIXME Handle 404 ERR_CANNOTSENDTOCHAN in case of moderated channels
// (no voice) or +n and not joined.
/** /**
* IRCApi instance. * IRCApi instance.
*/ */

Loading…
Cancel
Save