ircabot/config_ru.json

33 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"socket":
{
"address": "127.0.0.1",
"port": "6667",
"channel": "#ircabot",
"nickname": "ircabot",
"password": ""
},
"handler":
{
"help": "доступная команда: 'поиск' (по логу) и 'спасибо'. Чтобы скрыть содержимое сообщения из лога, добавьте точку в начало. Чтобы сообщение вовсе не попало в лог - две точки.",
"minlen": "4",
"logpath": "/var/www/irc-log",
"admin": "bigboss",
"success": "успешно.",
"error": "ошибка.",
"trylater": "попробуйте позже.",
"find": "поиск",
"notfound": "ничего не найдено.",
"findzero": "краткий поиск: 'поиск <слово>', расширенный поиск с выдачей результата в ЛС: 'поиск <ГГГГ-ММ-ДД> [слово]'.",
"links": "http://example.domain/irc-log/"
},
"custom":
{
"спасибо": "не за что, любимый."
}
}