IRCChannel

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

handleMessage
void handleMessage(IRCMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
setUserList
void setUserList(string userList)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

userNames
dstring[] userNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
topic
string topic;
Undocumented in source.
topicSetBy
string topicSetBy;
Undocumented in source.
topicSetWhen
long topicSetWhen;
Undocumented in source.
userListBuffer
char[] userListBuffer;
Undocumented in source.
users
UserList users;
Undocumented in source.

Meta