-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmuhstik.conf
executable file
·236 lines (174 loc) · 5.92 KB
/
muhstik.conf
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# $Id: muhstik.conf, v4.1 2003/08/30, xmulder Exp $
###################################################################
# CONNECTION SETTINGS #
###################################################################
# Uncomment the following lines if you wish to use WINGATES
#gate_list gates
#gate_server_list servers
#gate_save good_gates
# Uncomment the following lines if you wish to use SOCKS4
#sock4_list socks
#sock4_server_list servers
#sock4_save good_socks4
# Uncomment the following lines if you wish to use SOCKS5
#sock5_list socks
#sock5_server_list servers
#sock5_save good_socks5
# Uncomment the following lines if you wish to use PROXYS
#proxy_list proxys
#proxy_server_list servers
#proxy_save good_proxys
# Uncomment the following lines if you wish to use VHOSTS
#vhost_list vhosts
#vhost_server_list servers
#vhost_save good_vhosts
# Uncomment the following lines if you wish to use BNCS
#bouncer_list bouncers
#bouncer_server_list servers
#bouncer_save good_bouncers
# Uncomment the following lines if you wish to use CISCO ROUTERS
#cisco_list ciscos
#cisco_server_list servers
#cisco_save good_ciscos
# Uncomment the following lines if you wish to use CAYMAN ROUTERS
#cayman_list caymans
#cayman_server_list servers
#cayman_save good_caymans
# Uncomment the following line if you wish to use DIRECT CONNECTIONS
# NOTE: This will NOT hide your IP on connection.
#direct_server_list servers
###################################################################
# [OPTIONAL] LOADING SETTINGS #
###################################################################
# fork() into the background on startup ?
# [default=0]
#bg 1
# To specify milliseconds between loadings
# [default=2000]
#load 1000
# To specify a number of clones to load simultany
# [default=1]
#group 3
# To specify a number of clones with the same IP
# Be careful with this : if you set it to high, you are
# most likely to get killed when you connect.
# [default=1]
#clones 2
# Wait indefinitely for new proxys if associated servers are not full
# [default=0]
#wait 1
# Rewind proxy lists when changing of server
# [default=0]
#rewind 1
# Timeout (in seconds) to connect to the server
# [default=30]
#timeout 5
# Limit the number of reconnections allowed by clone
# NOTE : A negative number disables this quota
# [default=0]
#max_reco 1
# Time to wait (in seconds) before reconnecting a clone
# [default=1]
#wait_reco 10
# Don't use restricted connections
# [default=0]
#no_restricted 1
# To terminate the clones as they connect succefully to IRC
# Useful to check proxy lists
# WARNING: Don't use it if you don't know what you are doing.
# [default=0]
#scan 1
# If you want your bots to join a channel on connection
#chan #muhstik
###################################################################
# [RECOMMENDED] DISPLAY SETTINGS #
###################################################################
# To specify the file that contains the Message Of The Day
# NOTE: This path must be relative to the current directory.
motd MOTD
# To see the available commands when starting a session
# [default=0]
help 1
# To see useful information, PRIVMSG, etc.
# [default=0]
verbose 1
# When no clone succeeds to connect to IRC, use
# [default=0]
debug 1
# To disable colors in the console
# [default=0]
#nocolor 1
# To disable colors in DCC
# [default=0]
#nodcccolor 1
###################################################################
# [RECOMMENDED] CONTROL SETTINGS #
###################################################################
# Set the password, you wish to use on DCC CHAT queries.
# NOTE: If you don't set any pass, DCC CHAT will be disabled.
#dcc_pass goodpass
# Restrict DCC Chat to aops ?
# [default=0]
#dcc_filter 1
# Execute commands from aops by /notice or /msg ?
# [default=0]
#notice 1
# Load/save the auto op and protected user lists from/to files ?
#aop_list aops # one pattern (nick!ident@host) per line
#prot_list vips # one nick per line
#shit_list shits # one line = nick!ident@host reason
# Run a batch of muhstik commands on startup
#onstart batch # one command per line
###################################################################
# [OPTIONAL] IRC SETTINGS #
###################################################################
# To consider the nick nickserv as the Dalnet Service
# [default=1]
#dalnet 0
# To pick the nicks, idents or realnames from a wordlist
#nicks muhstik.wordlist
#idents muhstik.wordlist
#realnames muhstik.wordlist
# To use the wordlist on load
# [default=0]
#using_wordlist 1
# To set the max length for the nicks or the realnames
#nick_length 8 # [default=8] DALnet: up to 30; Regular: 8
#ident_length 8 # [default=8]
#real_length 10 # [default=8] Up to 30
# To specify seconds between 2 rejoins
# [default=5]
#rejoin 3
# To set how many clones to op when one is oped
# [default=2]
#multi_op 3
# To set how many enemies to kick per line in masskick
# NOTE: Some servers don't understand multiple kicks at once.
# So let this option commented in a first time.
# [default=1]
#multi_kick 4
# To set how many enemies to deop per line in massdeop
# [default=2]
#multi_deop 3
# To deop enemys actively and to kick them on privmsg
# [default=0]
#aggressive 1
# To disable deop
# [default=0]
#peace 1
# To specify a number of times to repeat each line sent to IRC
# [default=0]
#repeat 2
###################################################################
# [ADVANCED] LINK SETTINGS #
###################################################################
# Password to authenticate muhstiks (required)
#link_pass goodpass
# To set the port of the link server
# [default=7777]
#link_port 7777
# To set the host to connect (link) to
# NOTE: host:port
#link_host host:7777
# To set a file to use to syncronize all the clones
#link_file muhstik.tmp