Hanabi v0.1.1 API Reference

Modules

Entry point to interact with channels

IRC-related methods used for common tasks such as parsing/building/sending/validating

This module defines the message structure widely used in this library. More informations about the structure of an IRC message can be found in the section 2.3.1 of RFC1459

This module maps numeric replies (as defined in RFC1459, section 6) to more convenient constants. (e.g. : @rpl_topic "332"). Please take a look to the module’s source code for a detailed list

Entry point to interact with users