diff options
| author | jason | 2017-07-07 09:30:14 -0600 |
|---|---|---|
| committer | jason | 2017-07-07 09:30:14 -0600 |
| commit | 583c4f179bd37d368f0213ddb5a372ca688952b6 (patch) | |
| tree | 236be3affb96cc77b5a14b92c4ca049c36df85dc /warmachine.conf.example | |
| parent | 9f2da02ef3eed799e50066d6fd6ea504adb1852d (diff) | |
| download | warmachine-ng-583c4f179bd37d368f0213ddb5a372ca688952b6.tar.gz warmachine-ng-583c4f179bd37d368f0213ddb5a372ca688952b6.zip | |
Rename the things that say 'dbolla' to warmachine
Diffstat (limited to 'warmachine.conf.example')
| -rw-r--r-- | warmachine.conf.example | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/warmachine.conf.example b/warmachine.conf.example new file mode 100644 index 0000000..80c9e19 --- /dev/null +++ b/warmachine.conf.example | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | [irc:freenode] | ||
| 2 | enable=true | ||
| 3 | # Address to the server Defaut: irc.freenode.org | ||
| 4 | server=irc.freenode.org | ||
| 5 | # Port to the server Default: 6697 | ||
| 6 | port=6697 | ||
| 7 | # Use SSL | default: true | ||
| 8 | ssl=true | ||
| 9 | # The nickname the bot should use | ||
| 10 | nick=warmachine | ||
| 11 | # Shows up in Real Name | ||
| 12 | name=War Machine | ||
| 13 | # Password to connect to the server | ||
| 14 | password= | ||
| 15 | |||
| 16 | [slack:myslack] | ||
| 17 | # In your Slack account go to the admin section followed by | ||
| 18 | # "Custom Integrations". Click on bots and create a new bot user. | ||
| 19 | enable=false | ||
| 20 | # Slack bot API token | ||
| 21 | token=xoxb-random_acharacters | ||