-
Notifications
You must be signed in to change notification settings - Fork 2
/
irc.example.yml
50 lines (49 loc) · 1.54 KB
/
irc.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
server: irc.freenode.net
port: 6697
ssl: true #Enables SSL
nick: BOTNICKHERE
password: PASSWORDHERE
commandprefix: !
logfile: /path/to/log.log
dictfile: /path/to/dict.txt
superadmin:
- 'SUPERADMINNICKHERE'
admin:
channel:
'#CHANNELHERE':
- 'ADMINNICKHERE'
'#CHANNEL2HERE':
- 'OTHERADMINNICKHERE'
moderator:
- 'MODNICKHERE'
channels:
- '#cinch-bots'
blacklist:
channel:
'#CHANNELHERE':
- 'NICKHERE'
'#CHANNEL2HERE':
- 'OTHERNICKHERE'
notadmin: You don't have permissions to do that. Stop it. #Non-Admin deny reply can be modified.
notopbot: I don't have power to do that stupid. #Same as above except for bot's lack of power.
blacklistmsg: You have been blacklisted. #PM to users who try to use commands when they're blacklisted.
#Google API key (Requires the Shorten plugin)
googleapikey: APIKEYHERE
#PirateWeather Weather API Key (Requires the PirateWeather plugin)
pirateweatherapikey: APIKEYHERE
#OpenWeather API Key (Requires the OpenWeather plugin)
openweatherapikey: APIKEYHERE
#MapBox API Key (Used by the DarkSky plugin to gather coordinates for weather, requires the DarkSky plugin)
mapboxapikey: APIKEYHERE
#YOURLS Short URL service API location
yourlsapiurl: https://your-domain.com/yourls-api.php
#YOURLS Secret token (we don't want to send UN/PW)
yourlstoken: TOKENHERE
#EasyPost API Key (Requires the Packagetracking plugin)
epapikey: APIKEYHERE
#HTTP Server settings for webhooks
httphost: 0.0.0.0
httpport: 1234
httplog: "cinch_http_server.log"
#Channel to send all package updates too
packagetrackingchannel: '#channame'