summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-11-05 02:30:08 +0800
committerMistivia <i@mistivia.com>2025-11-05 02:30:08 +0800
commiteda49be9b8fdd8d9e9a5e3b32fc35ca636cd34b3 (patch)
tree0282ab136fbedccde92643c4ce73abfbca3c70d6 /config.json.example
parentb8ed7e512d8d226e35aaa1419ddd44e73b23bf4e (diff)
use config file
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
new file mode 100644
index 0000000..8be5183
--- /dev/null
+++ b/config.json.example
@@ -0,0 +1,13 @@
+{
+ "server": "irc.example.com",
+ "port": 6697,
+ "nickname": "ezlivebot",
+ "channels": [
+ "#xxxxxxxxx",
+ "#yyyyyyyyy"
+ ],
+ "use_ssl": true,
+ "tgtoken": "xxxxxxx:xxxxxxxxxxxxxxxxxx",
+ "tgchat": -0000000000000,
+ "tgthread": 0000
+} \ No newline at end of file