virc.common

Various bits common to different parts of IRC, such as channel and user metadata.

Members

Aliases

RFC2812Compliance
alias RFC2812Compliance = Flag!"RFC2812Compliance"
Undocumented in source.

Structs

Channel
struct Channel

Metadata for an IRC channel.

Topic
struct Topic

Channel topic metadata. A message is guaranteed, but the time and user associated with setting it may not be present.

User
struct User

User metadata. User's mask will always be present, but real name's presence depends on the context. Account's presence depends on the server's capabilities.

Meta