IrcConnection

Undocumented in source.

Constructors

this
this(IConnection c)
Undocumented in source.

Alias This

conn

Members

Functions

onNonIdle
void onNonIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conn
IConnection conn;
Undocumented in source.
handleInactivity
void delegate() handleInactivity;
Undocumented in source.
handleReadLine
void delegate(string line) handleReadLine;
Undocumented in source.
handleTimeout
void delegate() handleTimeout;
Undocumented in source.

Meta