File tree 1 file changed +14
-6
lines changed 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 9
9
"networks" : [
10
10
" matrix:example_com" ,
11
11
" matrix:matrix_org" ,
12
- " irc:mynetwork"
12
+ " gitter" ,
13
+ " irc:freenode" ,
14
+ " irc:mozilla"
13
15
],
14
16
"networkPatterns" : {
15
- "matrix:myserver " : " #.*:example.com" ,
17
+ "matrix:example_com " : " #.*:example.com" ,
16
18
"matrix:matrix_org" : " #.*:matrix.org" ,
17
- "irc:mynetwork" : " #mynetwork_.*:example.com"
19
+ "gitter" : " #gitter_.*:matrix.org" ,
20
+ "irc:freenode" : " #freenode_.*:matrix.org" ,
21
+ "irc:mozilla" : " #mozilla_.*:matrix.org"
18
22
},
19
23
"networkNames" : {
20
- "matrix:matrix_org" : " matrix.org" ,
21
24
"matrix:example_com" : " example.com" ,
22
- "irc:mynetwork" : " My IRC Network"
25
+ "matrix:matrix_org" : " matrix.org" ,
26
+ "irc:freenode" : " Freenode" ,
27
+ "irc:mozilla" : " Mozilla" ,
28
+ "gitter" : " Gitter"
23
29
},
24
30
"networkIcons" : {
25
31
"matrix:example_com" : " //matrix.org/favicon.ico" ,
26
32
"matrix:matrix_org" : " //matrix.org/favicon.ico" ,
27
- "irc:mynetwork" : " //matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX"
33
+ "irc:freenode" : " //matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX" ,
34
+ "irc:mozilla" : " //matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX" ,
35
+ "gitter" : " //gitter.im/favicon.ico"
28
36
}
29
37
}
30
38
}
You can’t perform that action at this time.
0 commit comments