- allClientsInChannels
Client[string] allClientsInChannels(Channel[] channels)
Undocumented in source. Be warned that the author may not have intended to support it.
- capabilities
string[] capabilities()
Undocumented in source. Be warned that the author may not have intended to support it.
- channelChanged
void channelChanged(Channel channel)
- createChannel
Channel createChannel(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- createClient
Client createClient(TcpConnection incoming)
Undocumented in source. Be warned that the author may not have intended to support it.
- isChannelName
bool isChannelName(string target)
Undocumented in source. Be warned that the author may not have intended to support it.
- listen
ushort listen(ushort port, string addr)
Undocumented in source. Be warned that the author may not have intended to support it.
- onAccept
void onAccept(TcpConnection incoming)
Undocumented in source. Be warned that the author may not have intended to support it.
- whoCanSee
Client[string] whoCanSee(Client who)
Clients who can see the given client (are in the same channer).
Includes the target client himself.