Show reason if channel can not be joined because the nickname is not registered.
[xudocci.git] / src / main / java / net / pterodactylus / irc / event / ChannelNotJoined.java
index daaeded..fbbd876 100644 (file)
@@ -37,7 +37,8 @@ public class ChannelNotJoined extends AbstractChannelEvent {
                noSuchChannel,
                tooManyChannels,
                tooManyTargets,
-               unavailable
+               unavailable,
+               registeredNicknamesOnly
 
        }