diff options
| author | Mistivia <i@mistivia.com> | 2025-10-30 16:44:08 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-30 16:44:08 +0800 |
| commit | c48b1a9889cb0903d76e5e2fad1d8fc3647232f0 (patch) | |
| tree | c3ce9fd840d3029521a6189cd4faacdd9668ff16 /ircbot/config.json.example | |
| parent | 3a39be2a4ccccfaf0fc3408849d8c003a8702385 (diff) | |
fix too much greetings
Diffstat (limited to 'ircbot/config.json.example')
| -rw-r--r-- | ircbot/config.json.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ircbot/config.json.example b/ircbot/config.json.example index 7889331..b618f9b 100644 --- a/ircbot/config.json.example +++ b/ircbot/config.json.example @@ -9,6 +9,9 @@ "greetings": [ "#main" ], + "no_greeting_nicks": [ + "TelegramBridge" + ], "logpath": "/var/log/irclog", "relaybot": "TeleIRC" }
\ No newline at end of file |
