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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Generator->getIrcMessage() should throw an exception if null, carriage return, or line feed bytes (i.e. ASCII 0, 10, and 13, respectively) are detected in parameter values, since that will either make the messages invalid per the standard or result in their truncation when line ending characters are interpreted as being part of the IRC messages.
The text was updated successfully, but these errors were encountered:
Generator->getIrcMessage()
should throw an exception if null, carriage return, or line feed bytes (i.e. ASCII 0, 10, and 13, respectively) are detected in parameter values, since that will either make the messages invalid per the standard or result in their truncation when line ending characters are interpreted as being part of the IRC messages.The text was updated successfully, but these errors were encountered: