cnaude / PurpleIRC-forge

Minecraft Forge mod IRC relay.
2 stars 2 forks source link

Server crash with empty custom prefix #14

Closed glorantq closed 6 years ago

glorantq commented 6 years ago

The line (https://github.com/cnaude/PurpleIRC-forge/blob/master/src/main/java/com/cnaude/purpleirc/PurpleBot.java#L714) should be pair.length > 1 since String#split() will always return an array with length >= 1