2012-03-27 17:42:48 +02:00
{
2012-04-20 15:14:28 +02:00
"name": "testressionbot",
"servers": {
"freenode": {
"server": "irc.freenode.net",
"port": 6667,
"nickserv": "nickserv",
"password": "lolturtles",
"channels": [
"#realitest"
2013-06-19 02:06:52 +02:00
],
"admin_channel": "#realitest"
2012-04-20 15:14:28 +02:00
}
},
2012-12-17 18:18:31 +01:00
"admins": [ "batman" ],
2013-01-12 10:38:13 +01:00
"moderators": [ "whatever" ],
2013-07-01 19:59:54 +02:00
"power_users": [],
2013-04-20 02:23:44 +02:00
"moduleNames": [ "ignore", "admin", "command", "dice", "js", "kick", "quotes", "spelling", "youare", "timers", "stats", "users", "link" ],
begin transition from English to ISO-639 with #234
This patch converts all English language strings used within
depressionbot's localisation interface (that is, strings.json) to their
ISO-639-1 equivalents.
The purpose of this patch is to make the strings.json file less
English-dependent.
All languages with an ISO-639-1 code have been converted; that is,
English, Spanish and Welsh, to ``en``, ``es`` and ``cy`` respectively.
This patch does not attempt to force a solution to the issue of Na'vi:
the language does not have a large enough corpus to warrant its own ISO
639-3 code, and as such there is no perfect solution. For the time
being, this patch keeps the Na'vi language as its English language
string ("Na'vi"). A possible solution to this discrepancy includes using
the ISO 639-3 code ``art``, used for artificial languages that do not
qualify for an official code, or by using local use codes specified
in ISO 639-3 (qaa to qtz).
This patch requires collaboration with upstream repositories that also
use strings.json, such as the Github and Stats modules.
2013-02-12 19:29:13 +01:00
"language": "en",
2013-04-20 12:26:04 +02:00
"debugMode": false,
2013-04-30 18:44:39 +02:00
"debugLevel": 1,
2013-05-17 09:35:21 +02:00
"repoRoot": "https://github.com/reality/depressionbot/",
2013-07-26 19:34:37 +02:00
"version": "Depressionbot IRC bot 0.5-dev - Lovingly crafted by The DepressionBot Foundation (a charity arm of the Official Aberystwyth Open Source International Development League)."
2012-03-27 17:42:48 +02:00
}