Thu, 15 Jan 2015 19:06:14 +0200
- added bridging functionality
0 | 1 | { |
2 | "nickname": "cobalt-mk2", | |
3 | "ident": "cobalt", | |
4 | "gecos": "Cobalt MK2", | |
5 | "trackerurl": "localhost/mantisbt", | |
6 | "trackeruser": "cobalt", | |
7 | "trackerpassword": "<insert password here>", | |
8 | "commandprefix": ".", | |
9 | "admins": | |
10 | [ | |
11 | "admin!admin@admin", | |
12 | "admin!admin@admin", | |
13 | "admin!admin@admin", | |
14 | ], | |
1
29c7e9d13a30
- fixed up exception handling, no longer connects to every possible connection, rather uses the autoconnect config entry
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
15 | "autoconnect": [ "local" ], |
0 | 16 | "connections": |
17 | [ | |
18 | { | |
19 | "name": "local", | |
20 | "address": "127.0.0.1", | |
21 | "port": 6667, | |
22 | "umode": "+iw", | |
1
29c7e9d13a30
- fixed up exception handling, no longer connects to every possible connection, rather uses the autoconnect config entry
Santeri Piippo <crimsondusk64@gmail.com>
parents:
0
diff
changeset
|
23 | "control": true, |
0 | 24 | "channels": |
25 | [ | |
26 | { | |
27 | "name": "#foo" | |
28 | }, | |
29 | { | |
30 | "name": "#bar", | |
31 | "password": "baz" | |
32 | }, | |
33 | ] | |
34 | }, | |
35 | ] | |
36 | } |