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.

Maybe strange question

Old posts that have not been replied to for several years.
Locked
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Maybe strange question

Post by Ofloo »

Got a question is this possible,

- Run an eggdrop
- make a script that makes on a channel, privmsg, dcccommand, run a second bot in one bot so it can connect to other ircs commanding the secondbot with out disconnectiong like when you open a program with the command open you still got an interface with the program write ?? well if i understand write can i make it so that it uses a second config file on activation and command them both from one dcc window like a slave bot within the bot ??
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Re: Maybe strange question

Post by Wolfe »

Ofloo wrote: command them both from one dcc window like a slave bot within the bot ??
You can run a tcl script that will boot another bot apon a command from dcc. If you are using linux or os2 I know you can boot a second eggdrop in another shell. If you are runnning Windrop under windoze the second bot might have to be a renamed it to something like eggdrop2.exe in it's own folder. As for writing to file (If I understand you) with both bots going to the same source, that might cause fatal error if both bots write or use the file or data at the same time. However, it might be possiable to have two seprate files that are maintained by a yet third script which keeps them exactly the same, using the newer one as a template. (new after each write)
Wolfe
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

you mean like i can type in shell eggdrop -m eggdrop.conf well that i know don't need to rename windows exe either to do that, i want a second bot to boot from a tcl script and control it from the first bot is that possible and are there scripts out there allready to do so or .. ?
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Post by Wolfe »

Ofloo wrote:you mean like i can type in shell eggdrop -m eggdrop.conf well that i know don't need to rename windows exe either to do that, i want a second bot to boot from a tcl script and control it from the first bot is that possible and are there scripts out there allready to do so or .. ?
To control/manage the other bot you could use the tcl script by eggnet
( http://eggnet.warpzone.org/ )

A guy named Travis ( vlad@intellex.com ) runs two eggdrops within a single shell, not sure how he does this with out the problems I've had trying to do it.

As for getting the bots to share the same files, I suggest you set it up to copy the file auto matically to the second folder of the second bot... You can bash it in unix by using the command string:(from the first bot, and repeat in the second, on the command line which writes)

cp file /path/to/otherdir/file2
Wolfe
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

Ill try ;) and see if it is what i look for ;) tnx btw. it seems to me it is basic botnet but you never know ;)
Locked