-
Notifications
You must be signed in to change notification settings - Fork 14
/
sample.netcfg
73 lines (61 loc) · 1.38 KB
/
sample.netcfg
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
;
; server connection timeout limit = 60 seconds
;
set ctimeout 60
;
; in this example, servers are loaded by netcfg
;
;
; this is sorta how a botnet configuration would look like...
;
set linkport 5000
set linkpass your_lame_password
set autolink 1
;
; thats all the botnet stuff for now, in this example, the rest is loaded by netcfg
;
;
; create a new bot
;
; 1 the globally uniqe ID (guid), used for botnet linking
; emech3 the bots nick
;
nick 1 emech3
set altnick myemech3 monkey3 dummy3 fuzzy3
;
; set connection variables for this bot
;
set servergroup freenet
set userfile mech.passwd
set ident robot
set ircname EnergyMech 3: The Next Generation
set umodes +w
set cmdchar .
set modes 4
set cc 1
;
; join a channel
;
join #anychannel
set pub 1
set aop 1
set avoice 1
set prot 4
;
; setup command restrictions for commands loaded with netcfg
; all netcfg access restriction commands are optional, by default everything is unrestricted
;
; run netcfg commands as a level 90 user with global access
netcfg access * 90
; disallow all commands
netcfg disallow *
; allow listed commands again (access permissions still apply)
netcfg allow servergroup server link
;
; load 'groupsetup.set' from 192.168.1.99, port 5000, using password 'gronkadonk'
;
netcfg groupsetup.set 192.168.1.99:5000 gronkadonk
;
; Can you guess?
;
die You did not edit your configuation file!