Botnet Tools by TG
## This little tcl is handy for making your botnet do fun things.
##
## COMMANDS: .netjump <server> .netjoin <#channel> .netpart <#channel>
## .nethash .greet .netset <#channel> <+/- setting>
## .announce .netmode <#channel> <mode> .netsave
## .passcheck .changepass <password> .netinfo
## .servstat .removeuser
##
## Questions or comments email jsimm@satexas.com
##
## Version 3.4
##
## gaiden (EFNet) gordo@transwarp.net
##
## Version 3.4.1
## - fixed problem with the .netset command. it was trying to pass
## one argument to the channel set command. when setting
## flood modes it needs to pass two.
## - beefed up the netjoin/netpart commands by passing
## the name of the user issuing the command to the botnet.
## added code so it'll half work with earlier versions.
## (could do the same for the other commands but should use
## the new version throughout the botnet anyway)
## - made the join channel settings a variable so they're up top.
## changed defaults to +revenge and -dynamicbans on join.
## - commented out ident_att redirect by default
## - changed the flood level defaults
## - lowered the bind flags required for some functions to make
## use of +t and +m flags
##
## EverRaver (EFNet) everraver@home.com
##