From 6776cec2d4fd63824e19ee7ac64f368cab5689da Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 17 Jan 2018 19:04:58 +0000 Subject: [PATCH] Remove old config files --- conf/keyword.json | 4 ++-- example.json | 35 ----------------------------------- help.json | 19 ------------------- keyword.json | 6 ------ 4 files changed, 2 insertions(+), 62 deletions(-) delete mode 100644 example.json delete mode 100644 help.json delete mode 100644 keyword.json diff --git a/conf/keyword.json b/conf/keyword.json index cc4da5b..cd5374c 100644 --- a/conf/keyword.json +++ b/conf/keyword.json @@ -1,6 +1,6 @@ { "Keywords": [ - "kek" + "example" ], "KeywordsExcept": {} -} \ No newline at end of file +} diff --git a/example.json b/example.json deleted file mode 100644 index fa6e81d..0000000 --- a/example.json +++ /dev/null @@ -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] -} diff --git a/help.json b/help.json deleted file mode 100644 index b17ae32..0000000 --- a/help.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "pass": "pass ", - "logout": "logout", - "add": "add [
] [] [] []", - "del": "del ", - "mod": "mod [] []", - "default": "default [] []", - "get": "get ", - "key": "key [] [] [] []", - "who": "who ", - "join": "join []", - "enable": "enable ", - "disable": "disable ", - "list": "list", - "stats": "stats", - "save": "save ", - "load": "load ", - "dist": "dist" -} diff --git a/keyword.json b/keyword.json deleted file mode 100644 index cc4da5b..0000000 --- a/keyword.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Keywords": [ - "kek" - ], - "KeywordsExcept": {} -} \ No newline at end of file