kameloso IRC bot
Dlang.org
Timer.JSONSchema
kameloso
plugins
timer
Timer
JSON schema of a
Timer
.
struct
Timer
static
struct
JSONSchema {
string
name
;
int
type
;
int
condition
;
long
messageCountThreshold
;
long
timeThreshold
;
long
messageCountStagger
;
long
timeStagger
;
bool
suspended
;
string
[]
lines
;
@
serdeOptional
string
colour
;
}
Members
Variables
colour
string
colour
;
condition
int
condition
;
lines
string
[]
lines
;
messageCountStagger
long
messageCountStagger
;
messageCountThreshold
long
messageCountThreshold
;
name
string
name
;
suspended
bool
suspended
;
timeStagger
long
timeStagger
;
timeThreshold
long
timeThreshold
;
type
int
type
;
kameloso
plugins
timer
Timer
constructors
this
enums
TimerCondition
TimerType
functions
getLine
nextOrderedLine
randomLine
structs
JSONSchema
variables
colour
condition
fiber
lastMessageCount
lastTimestamp
lines
messageCountStagger
messageCountThreshold
name
position
suspended
timeStagger
timeThreshold
type
JSON schema of a Timer.