gorepost/bot/.testconfig.json

19 lines
522 B
JSON
Raw Permalink Normal View History

2015-11-17 17:44:52 +00:00
{
"Channels":[
"#testchan-1",
"#testchan-2"
2015-11-19 07:24:07 +00:00
],
"NickServPrefix":"NickServ!NickServ@services.",
2015-11-29 15:58:01 +00:00
"NickServPassword":"test_password",
"LinkTitlePrefix":"↳ title: ",
"LinkTitleDelimiter":" | ",
2015-12-06 23:32:06 +00:00
"SecuredChannels":["#securechan-1","#securechan-2"],
2015-12-07 09:49:23 +00:00
"NotSeenMessage":"nope, never",
"DictionaryObjects":".dicts/objects",
"DictionaryVerbs":".dicts/verbs",
"DictionaryAdjectives":".dicts/adjectives",
2015-12-23 06:51:03 +00:00
"KTHost":"127.0.0.1",
"KTPort":1337,
2015-11-29 15:58:01 +00:00
"Nick":"gorepost"
2015-11-17 17:44:52 +00:00
}