mirror of https://notabug.org/acetone/ircabot.git
обновленный конфиг
parent
d5be76618d
commit
b8acd20b09
|
@ -11,6 +11,7 @@
|
|||
"handler":
|
||||
{
|
||||
"help": "available functions: 'search' and 'test'. To hide the contents of a message from the log, add a dot at the beginning. So that the message does not get into the log at all - two dots.",
|
||||
"minlen": "4",
|
||||
|
||||
"logpath": "/var/www/irc-log",
|
||||
"admin": "obama",
|
||||
|
@ -21,8 +22,11 @@
|
|||
"find": "search",
|
||||
"notfound": "not found.",
|
||||
"findzero": "quick search: 'search <word>', detailed search with output to PM: 'search <YYYY-MM-DD> [word]'.",
|
||||
"links": "http://example.domain/irc-log/",
|
||||
"links": "http://example.domain/irc-log/"
|
||||
},
|
||||
|
||||
"custom":
|
||||
{
|
||||
"test": "it's work!"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"handler":
|
||||
{
|
||||
"help": "доступная команда: 'поиск' (по логу) и 'спасибо'. Чтобы скрыть содержимое сообщения из лога, добавьте точку в начало. Чтобы сообщение вовсе не попало в лог - две точки.",
|
||||
"minlen": "4",
|
||||
|
||||
"logpath": "/var/www/irc-log",
|
||||
"admin": "bigboss",
|
||||
|
@ -21,8 +22,11 @@
|
|||
"find": "поиск",
|
||||
"notfound": "ничего не найдено.",
|
||||
"findzero": "краткий поиск: 'поиск <слово>', расширенный поиск с выдачей результата в ЛС: 'поиск <ГГГГ-ММ-ДД> [слово]'.",
|
||||
"links": "http://example.domain/irc-log/",
|
||||
"links": "http://example.domain/irc-log/"
|
||||
},
|
||||
|
||||
"custom":
|
||||
{
|
||||
"спасибо": "не за что, любимый."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue