Skip to content
Kcchouette edited this page Sep 29, 2016 · 1 revision

The JSON files

data.json

Used for storage the bot name with its XML file (and other optionnal informations like website adress and irc adress)

[{
	"name": "Botname",
	"xml": "..\/xdcc-file.xml",
	"website": "http:\/\/test.fr",
	"irc": ""
}]

bookmark.json

Used for storage the bookmark name with its search query (and other optionnal information like the bot where to search on)

[{
	"name": "name_of_bookmark",
	"search": "lol",
	"bot": ""
}]
Clone this wiki locally