diff options
| author | jason | 2016-08-18 18:17:16 -0600 |
|---|---|---|
| committer | jason | 2016-08-18 18:17:16 -0600 |
| commit | 76b17a8e720e78d3700b05879dc333f08b087392 (patch) | |
| tree | 9266ab5577aa3f7e4fd6a0f2ec25d34565b0f623 /dbolla.conf.example | |
| parent | f321fde540d44a6a26716df5a1ea15a6dfb41628 (diff) | |
| download | warmachine-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
Diffstat (limited to 'dbolla.conf.example')
| -rw-r--r-- | dbolla.conf.example | 3 |
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] |
| 2 | enable=true | ||
| 2 | # Address to the server Defaut: irc.freenode.org | 3 | # Address to the server Defaut: irc.freenode.org |
| 3 | server=irc.freenode.org | 4 | server=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 | 19 | enable=false | |
| 19 | # Slack bot API token | 20 | # Slack bot API token |
| 20 | token=xoxb-random_acharacters | 21 | token=xoxb-random_acharacters |