Message

Parse the raw incoming message into a Message instance.

Classes

class irc_api.message.Message(raw: str)

Parse the raw message in three fields: the author, the channel and the text content.

Attributes

patternre.Pattern, public

The message parsing pattern.

authorstr, public

The message’s author.

tostr, public

The message’s origin (channel or DM).

textstr, public

The message’s content.