Add more examples to example configuration.

configurable-file-paths
Robert Gerus 2015-11-19 09:03:59 +01:00
parent 058005a166
commit 953c651fed
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"DisabledPlugins":["MSGPING"]
}

View File

@ -0,0 +1,6 @@
{
"NickServRegex":"^This nickname is registered. Please choose a different nickname, or identify via.*/msg NickServ identify",
"NickServPrefix":"NickServ!NickServ@services.",
"NickServPassword":"my_secret_nickserv_password",
"SecuredChannels":["#a-secret-invite-only-channel"]
}