aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-08-18 18:17:16 -0600
committerjason2016-08-18 18:17:16 -0600
commit76b17a8e720e78d3700b05879dc333f08b087392 (patch)
tree9266ab5577aa3f7e4fd6a0f2ec25d34565b0f623
parentf321fde540d44a6a26716df5a1ea15a6dfb41628 (diff)
downloadwarmachine-ng-76b17a8e720e78d3700b05879dc333f08b087392.tar.gz
warmachine-ng-76b17a8e720e78d3700b05879dc333f08b087392.zip
updated the config with the new 'enabled' directive.
- enabled=true/false will enable or disable the connection in dbolla
-rw-r--r--dbolla.conf.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbolla.conf.example b/dbolla.conf.example
index 206a394..80c9e19 100644
--- a/dbolla.conf.example
+++ b/dbolla.conf.example
@@ -1,4 +1,5 @@
1[irc:freenode] 1[irc:freenode]
2enable=true
2# Address to the server Defaut: irc.freenode.org 3# Address to the server Defaut: irc.freenode.org
3server=irc.freenode.org 4server=irc.freenode.org
4# Port to the server Default: 6697 5# Port to the server Default: 6697
@@ -15,6 +16,6 @@ password=
15[slack:myslack] 16[slack:myslack]
16# In your Slack account go to the admin section followed by 17# In your Slack account go to the admin section followed by
17# "Custom Integrations". Click on bots and create a new bot user. 18# "Custom Integrations". Click on bots and create a new bot user.
18 19enable=false
19# Slack bot API token 20# Slack bot API token
20token=xoxb-random_acharacters 21token=xoxb-random_acharacters