-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml.dist
100 lines (99 loc) · 2.85 KB
/
config.yml.dist
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
:bot:
:owner: # Only add the owner, other admins can be added as admins. Multiple nicks allowed due to multiserver support
- NICK HERE ## LOWERCASE ONLY
- DELETE THIS IF YOU DON'T NEED ANOTHER NICK FOR ANOTHER SERVER
:url: URL FOR HELP FILE
:git: GIT URL
:database: "POSTGRES DATABASE URL"
:apis: #APIs go here
:bing: "APIHERE" # For bing search and Translate plugins. Don't work right now
:bitly:
:user: "USERHERE" # bitly username
:api: "APIHERE" # bitly api key
:lastfm: "APIHERE" # For all last.fm functions
:wolfram: "APIHERE" # For Answers
:wunderground: "APIHERE" # For Weather
:servers:
- ##important for new server, note the space after the dash
:server: ADDRESS
:port: PORT
:ssl: ##
:use: true/false
:verify: true/false
:nick: NICKNAME
:realname: REALNAME
:user: USERNAME
:nickpass: PASS FOR NICKSERV
:modes: # modes to set on connect
- "+B" #some networks have a 'bot' mode
:channels: ##
- '#CHANNEL1 PASS'
- '#CHANNEL 2'
- '#CHANNEL 3'
:plugins: ##
:prefix: !ruby/regexp '/^\./' #prefix for bot commands. Currently a period '.'
:plugins: #Plugins to load
- Basic
- Admin
- UserSet
- UrbanDictionary
- Weather
- Lastfm
- Uri
- Translate
- Twitter
- Insult
- Eightball
- Pick
- Youtube
- Bing
- Google
- Answers
- Wilks
- Converter
- Reminder
- LiftTracker
- FactoidDB
- IsUp
- Voting
- ##important for new server, note the space after the dash
:server:
:port:
:ssl:####
:use:
:verify:
:nick:
:realname:
:user:
:nickpass:
:modes: ##
- ""
:channels: ##
- "#"
- "#"
:plugins: ##
:prefix: !ruby/regexp '//'
:plugins: ##
- Basic
- Admin
- UserSet
- UrbanDictionary
- Weather
- Lastfm
- Uri
- Translate
- Twitter
- Insult
- Eightball
- Pick
- Youtube
- Bing
- Google
- Answers
- Wilks
- Converter
- Reminder
- LiftTracker
- FactoidDB
- IsUp
- VoteBan