Convos::Core::Connection::Irc - IRC connection for Convos

  1. DESCRIPTION
  2. ATTRIBUTES
  3. METHODS
    1. connect
    2. disconnect_p
    3. send_p
  4. SEE ALSO

DESCRIPTION

Convos::Core::Connection::Irc is a connection class for Convos which allow you to communicate over the IRC protocol.

ATTRIBUTES

Convos::Core::Connection::Irc inherits all attributes from Convos::Core::Connection and implements the following new ones.

METHODS

Convos::Core::Connection::Irc inherits all methods from Convos::Core::Connection and implements the following new ones.

connect

See "connect" in Convos::Core::Connection.

disconnect_p

See "disconnect_p" in Convos::Core::Connection.

send_p

See "send" in Convos::Core::Connection.

SEE ALSO

Convos::Core.