IrcUser

Structure representing an IRC user.

Members

Aliases

nick
deprecated alias nick = nickName
Undocumented in source.

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromPrefix
IrcUser fromPrefix(const(char)[] prefix)

Create an IRC user from a message prefix.

parseUserhostReply
size_t parseUserhostReply(IrcUser[5] users, char[] reply)

Create users from userhost reply.

Variables

hostName
const(char)[] hostName;
nickName
const(char)[] nickName;
userName
const(char)[] userName;

Meta