MonsterIRC

MonsterIRC

24.4k Downloads

Person joins IRC message xjoined channel - no space

mmaton opened this issue ยท 1 comments

commented

---IRCHandler.java--
if (Variables.joinAndQuit) {
name = line.substring(1,
line.indexOf("!"));

                                     msg = name + "joined "
                                                + c.getChannel() + ".";

msg = name + " joined "

commented

fixed