Module pircolate::message [] [src]

The message module contains the Message struct which represents an IRC message either being received from the server or sent by the client.

The module also contains several constructor methods for constructing messages to be sent to the server.

Modules

client
server

Structs

Message

Representation of IRC messages that splits a message into its constituent parts specified in RFC1459 and the IRCv3 spec.