mirror of https://notabug.org/acetone/ircabot.git
29 lines
715 B
JSON
29 lines
715 B
JSON
{
|
|
"socket":
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": "6667",
|
|
"channel": "#ircabot",
|
|
"nickname": "ircabot",
|
|
"password": ""
|
|
},
|
|
|
|
"handler":
|
|
{
|
|
"help": "available functions: 'search' and 'test'.",
|
|
|
|
"logpath": "/var/www/irc-log",
|
|
"admin": "acetone",
|
|
"success": "success :)",
|
|
"error": "error :(",
|
|
"trylater": "try later.",
|
|
|
|
"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/",
|
|
|
|
"test": "it's work!"
|
|
}
|
|
}
|