-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
126 lines (126 loc) · 3.14 KB
/
config.json
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"BOT": {
"nickname": "minion",
"name": "http://github.com/S3x0r/MINION",
"ident": "minion",
"bot modes": ""
},
"SERVER": {
"servers": [
"localhost:6667:plain",
"localhost:6679:ssl:password",
"other-server:7000"
],
"how many times connect to server": 5,
"connect delay": 6,
"show message of the day": false
},
"OWNER": {
"bot admin": "minion <user@localhost>",
"owner password": "47a8f9b32ec41bd93d79bf6c1c924aaecaa26d9afe88c39fc3a638f420f251ed",
"owner message on join channel": true,
"owner message": "Bello my master!"
},
"PRIVILEGES": {
"OWNER": "",
"ADMIN": "",
"USER": ""
},
"USERSLEVELS": {
"OWNER": 0,
"ADMIN": 1,
"USER": 999
},
"RESPONSE": {
"bot response": "notice"
},
"AUTOMATIC": {
"auto op": true,
"auto op list": [
"user!ident@hostname"
],
"auto rejoin": true,
"keep channel modes": true,
"keep nick": true
},
"CHANNEL": {
"channel": "#minion",
"auto join": true,
"channel modes": "nt",
"channel key": "",
"channel topic": "bello!",
"keep topic": true,
"give voice users on join": false
},
"COMMANDS": {
"raw commands on start": [
]
},
"FLOOD": {
"flood delay": 0.5,
"channel flood": "bankick",
"privmsg flood": "ignore",
"notice flood": "ignore",
"ctcp flood": "ignore"
},
"MESSAGE": {
"show channel user messages": false,
"show channel kicks messages": true,
"show private messages": false,
"show users notice messages": true,
"show users join channel": true,
"show users part channel": true,
"show users quit messages": true,
"show users invite messages": true,
"show topic changes": true,
"show nick changes": true,
"show plugin usage info": true,
"show ctcp messages": true
},
"IGNORE": {
"users": [
]
},
"BANS": {
"ban list": [
"nick!ident@hostname",
"*!ident@hostname",
"*!*@onlyhost"
]
},
"COMMAND": {
"command prefix": "!"
},
"CTCP": {
"ctcp response": true
},
"DELAYS": {
"channel delay": 1,
"private delay": 1,
"notice delay": 1
},
"LOGS": {
"logging": true,
"log bot messages": true,
"log server messages": true,
"log ctcp messages": true,
"log notice messages": true,
"log channel messages": true,
"log plugins usage messages": true,
"log raw messages": false
},
"TIME": {
"timezone": "Europe/Warsaw"
},
"FETCH": {
"fetch server": "https://raw.githubusercontent.com/S3x0r/minion_repository_plugins/master"
},
"PROGRAM": {
"play sounds": true
},
"DEBUG": {
"show raw": false,
"show own messages in raw mode": false,
"show debug": false
}
}