Remove old config files
This commit is contained in:
parent
a7599dddfe
commit
6776cec2d4
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"Keywords": [
|
"Keywords": [
|
||||||
"kek"
|
"example"
|
||||||
],
|
],
|
||||||
"KeywordsExcept": {}
|
"KeywordsExcept": {}
|
||||||
}
|
}
|
||||||
|
|
35
example.json
35
example.json
|
@ -1,35 +0,0 @@
|
||||||
{
|
|
||||||
"Port": 13867,
|
|
||||||
"BindAddress": "127.0.0.1",
|
|
||||||
"UseSSL": true,
|
|
||||||
"ListenerKey": "key.pem",
|
|
||||||
"ListenerCertificate": "cert.pem",
|
|
||||||
"UsePassword": true,
|
|
||||||
"ConnectOnCreate": false,
|
|
||||||
"HighlightNotifications": true,
|
|
||||||
"DistEnabled": true,
|
|
||||||
"SendDistOutput": false,
|
|
||||||
"Password": "s",
|
|
||||||
"Default": {
|
|
||||||
"host": null,
|
|
||||||
"port": null,
|
|
||||||
"protocol": null,
|
|
||||||
"bind": null,
|
|
||||||
"timeout": 30,
|
|
||||||
"nickname": null,
|
|
||||||
"username": null,
|
|
||||||
"realname": null,
|
|
||||||
"userinfo": null,
|
|
||||||
"finger": null,
|
|
||||||
"version": null,
|
|
||||||
"source": null,
|
|
||||||
"autojoin": [],
|
|
||||||
"authtype": null,
|
|
||||||
"password": null,
|
|
||||||
"authentity": "NickServ",
|
|
||||||
"key": "key.pem",
|
|
||||||
"certificate": "cert.pem",
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"Master": [null, null]
|
|
||||||
}
|
|
19
help.json
19
help.json
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"pass": "pass <password>",
|
|
||||||
"logout": "logout",
|
|
||||||
"add": "add <name> [<address>] [<port>] [<ssl|plain>] [<nickname>]",
|
|
||||||
"del": "del <name>",
|
|
||||||
"mod": "mod <name> [<key>] [<value>]",
|
|
||||||
"default": "default [<key>] [<value>]",
|
|
||||||
"get": "get <name> <variable>",
|
|
||||||
"key": "key <master|show|add|del|except|unexcept|showexcept|monitor> [<name>] [<target>] [<key>] [<on|off>]",
|
|
||||||
"who": "who <nick>",
|
|
||||||
"join": "join <name> <channel> [<key>]",
|
|
||||||
"enable": "enable <name>",
|
|
||||||
"disable": "disable <name>",
|
|
||||||
"list": "list",
|
|
||||||
"stats": "stats",
|
|
||||||
"save": "save <config|keyconf|pool|help|wholist|all>",
|
|
||||||
"load": "load <config|keyconf|pool|help|wholist|all>",
|
|
||||||
"dist": "dist"
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"Keywords": [
|
|
||||||
"kek"
|
|
||||||
],
|
|
||||||
"KeywordsExcept": {}
|
|
||||||
}
|
|
Loading…
Reference in New Issue