IrcServer.Channel

IRC channel information.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

add
void add(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Member
struct Member

Channel member (entry for a user who is in the channel).

Variables

members
Member[string] members;

Channel members. The key is the normalized nickname.

modes
Modes modes;

Channel modes.

name
string name;

Channel name (including any leading '#').

topic
string topic;

Channel topic, if any.

Meta