ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
Modes
ae
net
irc
server
Undocumented in source.
struct
Modes {
bool
[
char
.
max
]
flags
;
string
[
char
.
max
]
strings
;
long
[
char
.
max
]
numbers
;
string
[][
char
.
max
]
masks
;
}
Members
Variables
flags
bool
[
char
.
max
]
flags
;
Undocumented in source.
masks
string
[][
char
.
max
]
masks
;
Undocumented in source.
numbers
long
[
char
.
max
]
numbers
;
Undocumented in source.
strings
string
[
char
.
max
]
strings
;
Undocumented in source.
Meta
Source
See Implementation
ae
net
irc
server
aliases
indexOf
normalized
classes
IrcServer
functions
ircSplit
maskMatch
safeHostname
mixin templates
CommonModes
structs
ChannelModes
Modes
UserModes