ircabot/config_en.json

29 lines
854 B
JSON

{
"socket":
{
"address": "127.0.0.1",
"port": "6667",
"channel": "#ircabot",
"nickname": "ircabot",
"password": ""
},
"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.",
"logpath": "/var/www/irc-log",
"admin": "obama",
"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!"
}
}