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.

relay script

Help for those learning Tcl or writing their own scripts.
Post Reply
s
stenen
Voice
Posts: 7
Joined: Fri Apr 27, 2007 5:12 pm

relay script

Post by stenen »

Hi

I'm trying write messages over two different networks between two bots. My script is nearly complete, but I dont have the "sending-between-networkd"script. I tried clink script but I didnt get it to work, as it's a bit too advanced for me. I've tried some other scripts aswell, but without success. All I need is, as I said, the sending part of the script. If it's really simple, thats a great plus! If there is some documentation about the subject, that would also be great.
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Create a botnet and send the data via that.
s
stenen
Voice
Posts: 7
Joined: Fri Apr 27, 2007 5:12 pm

Post by stenen »

ok, now i've linked my bots. how do i send the text?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

stenen wrote:ok, now i've linked my bots. how do i send the text?
Remote console
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
stenen
Voice
Posts: 7
Joined: Fri Apr 27, 2007 5:12 pm

Post by stenen »

Thanks for the link m8 :)

One last problem though. How do I set commands for the bot to execute from the tcl script? I got it like this no:

putlog ".rc * .say #channel $text"

(11:55:56) (botnick [11:56] .rc * .say #channel text

but putlog isnt the right command to use there, right? :P

edit. if i wasnt clear enough. i want ".rc * .say #channel $text" to be executed as a command (like .help in telnet) but from tcl.
Post Reply