You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling has been improved. null will be returned when irc-message is unable to parse a message due to malformation. Else, an IRCMessage object will be returned.
Fixed illogical comparison whereby parseHostmaskFromPrefix() would always attempt to parse without checking if the hostmask is actually valid first.
parseHostmaskFromPrefix() now returns null when the prefix is not a valid hostmask.
Utility method tests have been added and toString tests have been improved.