|
|
|
|
|
| Description |
| Datatypes for representing IRC messages, as well as formatting them.
|
|
| Synopsis |
|
|
|
|
| Type Synonyms
|
|
|
|
|
|
|
|
|
|
|
|
| IRC Datatypes
|
|
|
| The optional beginning of an IRC messages
| | Constructors | |
|
|
|
| IRC messages are parsed as:
[ ':' prefix space ] command { space param } crlf
| | Constructors | |
|
|
| 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.6.0 |