diff options
Diffstat (limited to 'dbolla.conf.example')
| -rw-r--r-- | dbolla.conf.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dbolla.conf.example b/dbolla.conf.example new file mode 100644 index 0000000..206a394 --- /dev/null +++ b/dbolla.conf.example | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | [irc:freenode] | ||
| 2 | # Address to the server Defaut: irc.freenode.org | ||
| 3 | server=irc.freenode.org | ||
| 4 | # Port to the server Default: 6697 | ||
| 5 | port=6697 | ||
| 6 | # Use SSL | default: true | ||
| 7 | ssl=true | ||
| 8 | # The nickname the bot should use | ||
| 9 | nick=warmachine | ||
| 10 | # Shows up in Real Name | ||
| 11 | name=War Machine | ||
| 12 | # Password to connect to the server | ||
| 13 | password= | ||
| 14 | |||
| 15 | [slack:myslack] | ||
| 16 | # In your Slack account go to the admin section followed by | ||
| 17 | # "Custom Integrations". Click on bots and create a new bot user. | ||
| 18 | |||
| 19 | # Slack bot API token | ||
| 20 | token=xoxb-random_acharacters | ||