Remove check for empty topic message.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 22 Oct 2014 20:15:56 +0000 (22:15 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 22 Oct 2014 20:15:56 +0000 (22:15 +0200)
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")) {