-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpadgett.cfg.sample
More file actions
38 lines (33 loc) · 903 Bytes
/
padgett.cfg.sample
File metadata and controls
38 lines (33 loc) · 903 Bytes
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
import net.incongru.padgett.UserDetails
pluginsDirectory = 'plugins'
main = [
bot: [
name: 'padgett',
// if true, verbose messages output to console:
verbose: true
],
server: [
host: 'localhost',
port: 6667
],
channels: ['#padgett-test', '#other-test']
]
// users to auto-op, per channel
usersToAutoOp = [
'#padgett-test': [
[nickname: 'gjoseph', login: '~gjoseph', hostname: 'localhost'] as UserDetails,
// [nickname: 'other user...', login: '...', hostname: '...'] as UserDetails,
],
'#other-chan': []
]
jira = [
urlPrefix: 'http://jira.acme.org',
username: 'padgett',
password: 'lol'
]
grooveShark = [
tinySongAPIKey: 'Get one at http://tinysong.com/api'
]
echo = [
prefix: 'you said'
]