diff options
| author | Mistivia <i@mistivia.com> | 2025-10-26 15:43:25 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-26 15:43:25 +0800 |
| commit | 3a39be2a4ccccfaf0fc3408849d8c003a8702385 (patch) | |
| tree | 531d2efca41958076404754b5814a92f584ec328 /ircbot/config.json.example | |
| parent | 45516d648321adc0d8ef567fcb767cd412d10109 (diff) | |
use config for ircbot
Diffstat (limited to 'ircbot/config.json.example')
| -rw-r--r-- | ircbot/config.json.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ircbot/config.json.example b/ircbot/config.json.example new file mode 100644 index 0000000..7889331 --- /dev/null +++ b/ircbot/config.json.example @@ -0,0 +1,14 @@ +{ + "server": "raye.mistivia.com", + "port": 6667, + "nickname": "android", + "realname": "bot", + "channels": [ + "#main", + ], + "greetings": [ + "#main" + ], + "logpath": "/var/log/irclog", + "relaybot": "TeleIRC" +}
\ No newline at end of file |
