vibeirc

Members

Classes

IRCConnection
class IRCConnection

The base class for IRC connections.

Enums

RPL_WELCOME
anonymousenum RPL_WELCOME
Undocumented in source.
WHITE
anonymousenum WHITE
Undocumented in source.

Functions

bold
string bold(string text)

Format text to appear bold to IRC clients that support it.

color
string color(string text, string foreground, string background)

Format text to appear colored according to foreground, and optional background coloring, to IRC clients that support it.

irc_connect
ConnectionClass irc_connect(ConnectionParameters parameters)

Establish a connection to a network and construct an instance of ConnectionClass to handle events from that connection.

italic
string italic(string text)

Format text to appear italicized to IRC clients that support it.

underline
string underline(string text)

Format text to appear underlined to IRC clients that support it.

Structs

ConnectionParameters
struct ConnectionParameters

A struct containing details about a connection.

Message
struct Message

A struct containing details about an incoming message.

User
struct User

A struct containing details about a user.

Meta