Module: Cereal
- Defined in:
- lib/cereal.rb,
lib/user.rb,
lib/connection.rb
Overview
Overview
Cereal is a Ruby framework for quickly and easily constructing IRC applications.
TODO Actually write documentation or something. See Cereal::Bot for some up-and-coming documentation for now.
Defined Under Namespace
Classes: Bot, Connection, IrcError, NickAlreadyInUseError, User
Constant Summary collapse
- VERSION =
Definitive version number of this release of Cereal.
"0.1.8"
- NORMAL =
Colors
N = "\017"
- BOLD =
B = "\002"
- UNDERLINE =
UL = "\037"
- REVERSE =
REV = ITALIC = IT = "\026"
- WHITE =
"\0030"
- BLACK =
"\0031"
- DARK_BLUE =
NAVY = "\0032"
- DARK_GREEN =
FOREST = "\0033"
- RED =
"\0034"
- MAROON =
BROWN = "\0035"
- PURPLE =
"\0036"
- ORANGE =
OLIVE = "\0037"
- YELLOW =
"\0038"
- GREEN =
"\0039"
- TEAL =
"\00310"
- CYAN =
"\00311"
- BLUE =
"\00312"
- MAGENTA =
"\00313"
- DARK_GRAY =
"\00314"
- LIGHT_GRAY =
ASH = "\00315"