ae v0.0.1981 (2017-07-03T22:25:46Z)
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
mixin templates
CommonModes
structs
ChannelModes
Modes
UserModes