Sun, 16 Aug 2015 23:30:11 +0300
Added ability to define an IRC command with a function decorator instead of a manifest entry
{ "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" }, ] }, ] }