mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
rand command, beginning netcfg, consolidated some .c files
This commit is contained in:
11
sample.conf
11
sample.conf
@@ -1,13 +1,11 @@
|
||||
;
|
||||
; server connection timeout limit = 60 seconds
|
||||
;
|
||||
|
||||
set ctimeout 60
|
||||
|
||||
;
|
||||
; add some servers to the serverlist
|
||||
;
|
||||
|
||||
servergroup undernet
|
||||
server amsterdam.nl.eu.undernet.org 6663
|
||||
server amsterdam2.nl.eu.undernet.org 6663
|
||||
@@ -41,7 +39,6 @@ server sterling.va.us.undernet.org 6669
|
||||
;
|
||||
; this is sorta how a botnet configuration would look like...
|
||||
;
|
||||
|
||||
set linkport 5000
|
||||
set linkpass your_lame_password
|
||||
set autolink 1
|
||||
@@ -56,14 +53,12 @@ set autolink 1
|
||||
; host internet host to connect to when linking the other bot
|
||||
; port tcp port to connect to on remote host
|
||||
;
|
||||
|
||||
link 2 janes_password janes.host.com 5000 ; Jane Does EnergyMech
|
||||
link 3 johns_password johns.host.com 5000 ; John Does EnergyMech
|
||||
|
||||
;
|
||||
; we cant connect -to- bot 4, but we can accept connections from it!
|
||||
;
|
||||
|
||||
link 4 ongabonga_pass
|
||||
|
||||
;
|
||||
@@ -76,14 +71,13 @@ link 4 ongabonga_pass
|
||||
; 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 undernet
|
||||
set userfile mech.passwd
|
||||
set ident robot
|
||||
set ircname EnergyMech 3: The Next Generation
|
||||
@@ -95,7 +89,6 @@ set cc 1
|
||||
;
|
||||
; join a channel
|
||||
;
|
||||
|
||||
join #anychannel
|
||||
set pub 1
|
||||
set aop 1
|
||||
@@ -105,11 +98,9 @@ set prot 4
|
||||
;
|
||||
; this is how you'd load a tcl on startup...
|
||||
;
|
||||
|
||||
tclscript does-not-exist.tcl
|
||||
|
||||
;
|
||||
; Can you guess?
|
||||
;
|
||||
|
||||
die You did not edit your configuation file!
|
||||
|
||||
Reference in New Issue
Block a user