Dennis
a6919125ae
It is now specified how a plugin should be installed. Furthermore, a "super user" is added to the install script and configuration files.
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
{
|
|
"bot_credentials": {
|
|
"username": "${username}",
|
|
"password": "${password}",
|
|
"server": "${server}"
|
|
},
|
|
|
|
"character": {
|
|
"name": "Bot",
|
|
"avatar": "images/default_avatar.png",
|
|
"avatar_mime": "image/png"
|
|
},
|
|
|
|
"plugins": [
|
|
"hello"
|
|
],
|
|
|
|
"triggers": {
|
|
"help": "Bot help"
|
|
},
|
|
|
|
"super_users": [
|
|
"${superuser}"
|
|
]
|
|
}
|