template.json

Sun, 02 Aug 2015 17:15:00 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 02 Aug 2015 17:15:00 +0300
changeset 144
b3d1b356e544
parent 1
29c7e9d13a30
permissions
-rw-r--r--

- Remove hgapi dependence
- Limit the amount of commits being pulled in so that if there's a lot of them the bot won't time out
- If a changeset in e.g. sandbox gets pulled to main, it needs to be processed again or it won't get announced.
- Use hg cat instead of hg revert to get the contents of version.h to find out the Zandronum version without changing any files

{
	"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"
				},
			]
		},
	]
}

mercurial