virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
NamesReply
virc
numerics
rfc1459
Undocumented in source.
struct
NamesReply {
import
std
.
algorithm
:
splitter
;
;
import
std
.
traits
:
ReturnType
;
;
import
std
.
typecons
:
No
;
;
NamReplyFlag
chanFlag
;
string
channel
;
string
_users
;
struct
User
;
auto
users
(char[char] prefixes);
}
Members
Functions
users
auto
users
(char[char] prefixes)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
User
struct
User
Undocumented in source.
Variables
_users
string
_users
;
Undocumented in source.
chanFlag
NamReplyFlag
chanFlag
;
Undocumented in source.
channel
string
channel
;
Undocumented in source.
Meta
Source
See Implementation
virc
numerics
rfc1459
enums
NamReplyFlag
functions
parseNumeric
structs
AwayReply
ChannelListResult
InfolessWhoisReply
LUserChannels
LUserClient
LUserMe
LUserOp
NamesReply
NoSuchServerError
RehashingReply
TopicReply
VersionReply
WhoisChannelReply
WhoisChannelReplyChannel
WhoisIdleReplyNew
WhoisIdleReplyOld
WhoisServerReply
WhoisUserReply