Documentation
¶
Index ¶
- Variables
- func Add(place, creator int64, trigger, response string) (core.Urr, error)
- func Delete(place, deleter int64, trigger string) (core.Urr, error)
- func Edit(place, editor int64, trigger, response string) (core.Urr, error)
- func History(place int64, trigger string) ([]customCommand, error)
- func List(place int64) ([]string, error)
- func Show(place int64, trigger string) (string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UrrTriggerExists = core.UrrNew("trigger already exists") UrrBuiltinCommand = core.UrrNew("trigger collides with a built-in command") UrrTriggerNotFound = core.UrrNew("trigger was not found") )
View Source
var Advanced = advanced{}
View Source
var AdvancedAdd = advancedAdd{}
View Source
var AdvancedDelete = advancedDelete{}
View Source
var AdvancedEdit = advancedEdit{}
View Source
var AdvancedHistory = advancedHistory{}
View Source
var AdvancedList = advancedList{}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.