mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
f8d4896eb6
* May now add property 'access' to commands specifying 'moderator' or 'admin' level access * Add 'moderators' key to config * Convert commands in admin module to use command marshalling listener rather than its own
20 lines
519 B
Plaintext
20 lines
519 B
Plaintext
{
|
|
"name": "testressionbot",
|
|
"servers": {
|
|
"freenode": {
|
|
"server": "irc.freenode.net",
|
|
"port": 6667,
|
|
"nickserv": "nickserv",
|
|
"password": "lolturtles",
|
|
"channels": [
|
|
"#realitest"
|
|
]
|
|
}
|
|
},
|
|
"admins": [ "batman" ],
|
|
"moderators": [ "whatever" ],
|
|
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare" ],
|
|
"language": "english",
|
|
"debugMode": true
|
|
}
|