module

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.

Source
parse_line(str : Slice(UInt8), *, strict = false) : Message

Parses a single IRC message, excluding crlf terminator. Set strict to be true to enforce line length limits and raise in various other conditions.

Source
parse_line(str : String, *, strict = false)

ditto

Source

Nested types