virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
WHOXReply
virc
numerics
misc
Undocumented in source.
struct
WHOXReply {
Nullable
!
string
token
;
Nullable
!
string
channel
;
Nullable
!
string
ident
;
Nullable
!
string
ip
;
Nullable
!
string
host
;
Nullable
!
string
server
;
Nullable
!
string
nick
;
Nullable
!
string
flags
;
Nullable
!
string
hopcount
;
Nullable
!
string
idle
;
Nullable
!
string
account
;
Nullable
!
string
oplevel
;
Nullable
!
string
realname
;
}
Members
Variables
account
Nullable
!
string
account
;
Undocumented in source.
channel
Nullable
!
string
channel
;
Undocumented in source.
flags
Nullable
!
string
flags
;
Undocumented in source.
hopcount
Nullable
!
string
hopcount
;
Undocumented in source.
host
Nullable
!
string
host
;
Undocumented in source.
ident
Nullable
!
string
ident
;
Undocumented in source.
idle
Nullable
!
string
idle
;
Undocumented in source.
ip
Nullable
!
string
ip
;
Undocumented in source.
nick
Nullable
!
string
nick
;
Undocumented in source.
oplevel
Nullable
!
string
oplevel
;
Undocumented in source.
realname
Nullable
!
string
realname
;
Undocumented in source.
server
Nullable
!
string
server
;
Undocumented in source.
token
Nullable
!
string
token
;
Undocumented in source.
Meta
Source
See Implementation
virc
numerics
misc
functions
parseNumeric
structs
NoPrivsError
TopicWhoTime
WHOXReply
WhoisAccountReply