|
|
|
|
|
Description |
Datatypes for representing IRC messages, as well as formatting them.
|
|
Synopsis |
|
|
|
|
Type Synonyms
|
|
|
|
|
|
|
|
|
|
|
|
IRC Datatypes
|
|
|
The optional beginning of an IRC messages
| Constructors | | Instances | |
|
|
|
IRC messages are parsed as:
[ ':' prefix space ] command { space param } crlf
| Constructors | | Instances | |
|
|
Formatting functions
|
|
|
Encode a message to its string representation
|
|
|
|
|
|
|
|
|
:: Command | Reply
| -> String | Text translation
| Translate a reply into its text description.
If no text is available, the argument is returned.
|
|
|
|
|
Deprecated
|
|
|
This is the deprecated version of encode
|
|
Produced by Haddock version 2.4.2 |