This repository has been archived by the owner on Feb 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
92 lines (91 loc) · 1.77 KB
/
config.json.example
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
{
"network": {
"name": "ShadowNET",
"description": "IRC Network of right now",
"helpchan": "#help",
"helpurl": "None at the moment",
"staffemail": "[email protected]",
"ports": "6660 .. 6667, 30502",
"sslports": "6697, 42069",
"ilines": [
{
"user": "*@*",
"class": "users",
"flags": "no_tilde"
}
],
"olines": [
{
"name": "Xena",
"password": "LolNotPassword",
"snomask": "+bcdfFknrsSuWxyz",
"privset": "admin"
}
],
"services": [
"services.int",
"ardreth.shadownet.int"
],
"owner": true,
"admin": true,
"halfop": true,
"chancount": 50,
"bancount": 100,
"bigbancount": 500,
"customalias": [
{"name": "SN", "target": "ShadowNET"},
{"name": "ShadowNET", "target": "ShadowNET"}
],
"defumodes": "ix"
},
"servers": [
{
"name": "genesect.yolo-swag.com",
"sid": "649",
"description": "Enhanced by Team Plasma",
"ilines": [],
"olines": [],
"host": "127.0.5.1",
"mypass": "kjlasjdfkljwelkj",
"hub": true,
"linksumm": [
"cyka.yolo-swag.com",
"services.int",
"ardreth.shadownet.int"
],
"type": "elemental-ircd"
},
{
"name": "cyka.yolo-swag.com",
"sid": "6YK",
"description": "cyka blyat xaxaxa",
"ilines": [],
"olines": [],
"host": "127.5.6.2",
"mypass": "asldjf;ljawklj",
"hub": false,
"linksumm": [ "genesect.yolo-swag.com" ],
"type": "elemental-ircd"
},
{
"name": "services.int",
"sid": "00A",
"description": "Atheme Services",
"mypass": "a",
"host": "127.0.0.1",
"linksumm": [],
"hub": true,
"type": "atheme"
},
{
"name": "ardreth.shadownet.int",
"sid": "376",
"description": "Cod Services",
"mypass": "dev",
"host": "127.0.0.1",
"linksumm": [],
"hub": true,
"type": "cod"
}
]
}