Update example configuration

configurable-file-paths
Robert Gerus 2015-11-10 22:16:31 +01:00
parent 99759ea732
commit 0a346f6727
4 changed files with 18 additions and 19 deletions

View File

@ -0,0 +1,10 @@
{
"Nick":"gorepost",
"Host":"my.hostname",
"RealName":"https://github.com/arachnist/gorepost",
"User":"repost",
"Networks":["freenode", "ircnet"],
"Logpath":"/home/arachnist/.gorepost/gorepost.log",
"ConfigDir":"/home/arachnist/.gorepost/config.d",
"Ignore":[""]
}

View File

@ -0,0 +1,4 @@
{
"Servers":["chat.freenode.net:6667", "kornbluth.freenode.net:6667"],
"Channels":["#gorepost-test"]
}

View File

@ -0,0 +1,4 @@
{
"Servers":["openirc.snt.utwente.nl:6667"],
"Channels":["#gorepost-test"]
}

View File

@ -1,19 +0,0 @@
{
"Nick":"gorepost",
"Host":"my.hostname",
"RealName":"I am an IRC bot!",
"User":"gorepost",
"Networks":["freenode", "ircnet"],
"Servers":{
"freenode":["chat.freenode.net:6667"],
"ircnet":["openirc.snt.utwente.nl:6667"]
},
"Channels":{
"freenode":["#gorepost-test"],
"ircnet":["#gorepost-test"]
},
"Passwords":{},
"Plugins":[],
"Ignore":[],
"Logpath":"/home/gorepost/.gorepost/gorepost.log"
}