This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Version reply

Old posts that have not been replied to for several years.
Locked
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

Hiya,

i'm searcing for a tcl that i can change my version reply. Not like a random version or something. bu a simple tcl where easy can change the output is give as a version reply.

it is for my botnet. i want to not all the bots to give the same version reply.




g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

set ctcp-version "sdfsdsd"

in the config file.
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Hi,
You can find one at Sup's eggdrop page. And most probably one or two at egghelp's tcl archive. The word is 'search'

http://www.saunalahti.fi/~rthjelt/eggdr ... /tcl.shtml


Dormant egghead.
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

On 2001-10-04 12:15, guppy wrote:
set ctcp-version "sdfsdsd"
in the config file.
yeah i now that. i want it in a tcl. because i dont want to change it in all my bots config.
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Post by slennox »

bobjuh,

Try bitchxpack.tcl from http://www.egghelp.org/tcl.shtml#slennoxtcl
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

want it in a tcl huh? ok then

put this in a file called ctcp.tcl

Code: Select all

putlog "loading ctcp.tcl by petersen"
set ctcp-version "BitchX"
putlog "successfully loaded ctcp.tcl by petersen"
then add
source scripts/ctcp.tcl
to your conf

of course, since you already have to edit your conf to load the tcl, why don't you just put it in your conf anyway?
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Post by bobjuh »

of course, since you already have to edit your conf to load the tcl, why don't you just put it in your conf anyway?
In my config i only have de netbots.tcl loaded. in the netset.tcl from netbots i have configured what bot have to load what script so i dont have to change alle the config all the time. I just have to change 1 netset.tcl and then do a netupdatre with netbots


Locked