Sat, 04 Oct 2014 17:52:41 +0300
- reworked repository watching. Now uses incoming only once to get a list of commits, then pulls, then operates on pulled data. The incoming command doesn't seem to support the '-r' switch properly? Should also be a bit faster now and should use less networking.
{ "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" }, ] }, ] }