Remove check for empty topic message.
[xudocci.git] / src / main / java / net / pterodactylus / irc / Connection.java
index 0e74955..a14c739 100644 (file)
@@ -421,9 +421,6 @@ public class Connection extends AbstractExecutionThreadService implements Servic
                                                eventBus.post(new NicknameInUseReceived(this, reply));
                                        }
 
-                               /* channel stuff. */
-                               } else if (command.equals("331")) {
-                                       /* no topic is set. */
 
                                /* basic connection housekeeping. */
                                } else if (command.equalsIgnoreCase("PING")) {