diff options
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 |
