In query chat when using menu whois the answer is unknown command. The bug is in file Private.java line 75 was irc.writeLine("WHOIS" + Parser.trimName(getName())); new irc.writeLine("WHOIS " + Parser.trimName(getName())); i think ;)
Log in to post a comment.