FastIRC
Constants
VERSION = "0.3.4"
Class methods
parse(io, &)
Parses a stream of IRC messages arriving on io, yielding each message object.
See Reader.
Parses a single IRC message, excluding crlf terminator. Set strict to be true to enforce line length limits and raise in various other conditions.