diggler ~master (2015-12-23T10:54:12Z)
Home
Dub
Repo
Bot.Configuration
diggler
bot
Bot
Bot configuration.
class
Bot
static
struct
Configuration {
string
nickName
;
string
userName
;
string
realName
;
string
commandPrefix
;
}
Members
Variables
commandPrefix
string
commandPrefix
;
All fields are required.
nickName
string
nickName
;
All fields are required.
realName
string
realName
;
All fields are required.
userName
string
userName
;
All fields are required.
Meta
Source
See Implementation
diggler
bot
Bot
constructors
this
functions
addAdmins
clients
commandPrefix
commandSets
connect
eventLoop
nickName
realName
registerCommands
run
userName
structs
Admin
Configuration
variables
allowPMCommands
Bot configuration.