From 76b17a8e720e78d3700b05879dc333f08b087392 Mon Sep 17 00:00:00 2001 From: jason Date: Thu, 18 Aug 2016 18:17:16 -0600 Subject: updated the config with the new 'enabled' directive. - enabled=true/false will enable or disable the connection in dbolla --- dbolla.conf.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ [irc:freenode] +enable=true # Address to the server Defaut: irc.freenode.org server=irc.freenode.org # Port to the server Default: 6697 @@ -15,6 +16,6 @@ password= [slack:myslack] # In your Slack account go to the admin section followed by # "Custom Integrations". Click on bots and create a new bot user. - +enable=false # Slack bot API token token=xoxb-random_acharacters -- cgit v1.2.1