Sun, 17 May 2015 20:40:09 +0300
Update:
- added a config option to disable the REST server
- added a message to be printed when IRC connections are first attempted
- look up the long commit node to be inserted into commits.db to avoid precision loss
{ "nickname": "cobalt-mk2", "ident": "cobalt", "gecos": "Cobalt MK2", "trackerurl": "localhost/mantisbt", "trackeruser": "cobalt", "trackerpassword": "<insert password here>", "commandprefix": ".", "admins": [ "admin!admin@admin", "admin!admin@admin", "admin!admin@admin", ], "autoconnect": [ "local" ], "connections": [ { "name": "local", "address": "127.0.0.1", "port": 6667, "umode": "+iw", "control": true, "channels": [ { "name": "#foo" }, { "name": "#bar", "password": "baz" }, ] }, ] }