UserList

Undocumented in source.

Members

Functions

addUser
void addUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
findUser
Tuple!(bool, "found", size_t, "index") findUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
fromList
void fromList(string userList)
Undocumented in source. Be warned that the author may not have intended to support it.
removeUser
void removeUser(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
size_t opIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_users
Collection!IRCUser _users;
Undocumented in source.

Meta