kameloso IRC bot
Dlang.org
JSONSchema
kameloso
plugins
services
persistence
JSON schema for the user classification file.
version(WithPersistenceService)
private
struct
JSONSchema {
string
[]
staff
;
string
[]
operator
;
string
[]
elevated
;
string
[]
whitelist
;
string
[]
blacklist
;
}
Members
Variables
blacklist
string
[]
blacklist
;
elevated
string
[]
elevated
;
operator
string
[]
operator
;
staff
string
[]
staff
;
whitelist
string
[]
whitelist
;
kameloso
plugins
services
persistence
classes
PersistenceService
functions
dropAllPrivileges
establishUserInCache
initAccountResources
initHostmaskResources
initResources
onNamesReply
onWelcome
onWhoReply
postprocess
propagateUserAccount
purgeOldCacheEntries
reload
reloadAccountClassifiersFromDisk
reloadHostmasksFromDisk
resolveAccount
resolveClass
updateUser
structs
JSONSchema
PersistenceSettings
JSON schema for the user classification file.