virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
WhoisChannelReplyChannel
virc
numerics
rfc1459
struct
WhoisChannelReplyChannel {
import
std
.
typecons
:
Nullable
;
;
struct
Channel
via
import
virc
.
common
:
Channel
;
;
Nullable
!
string
prefix
;
Channel
channel
;
}
Members
Variables
channel
Channel
channel
;
Name of the channel.
prefix
Nullable
!
string
prefix
;
Mode prefix applied to this user on this channel.
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