diggler ~master (2015-12-23T10:54:12Z)
Home
Dub
Repo
Command
diggler
command
Represents a single command.
struct
Command {
string
name
;
string
[]
aliases
;
string
usage
;
ParameterInfo
[]
parameterInfo
;
bool
adminOnly
;
bool
channelOnly
;
bool
variadic
;
void
delegate
(
string
strArgs
)
handler
;
}
Meta
Source
See Implementation
diggler
command
classes
CommandArgumentException
CommandSet
interfaces
ICommandSet
mixin templates
CommandContext
structs
Command
Represents a single command.