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.
Help for those learning Tcl or writing their own scripts.
stenen
Voice
Posts: 7 Joined: Fri Apr 27, 2007 5:12 pm
Post
by stenen » Sat Oct 20, 2007 1:22 pm
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.
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Sun Oct 21, 2007 10:02 am
Create a botnet and send the data via that.
stenen
Voice
Posts: 7 Joined: Fri Apr 27, 2007 5:12 pm
Post
by stenen » Sun Oct 21, 2007 12:19 pm
ok, now i've linked my bots. how do i send the text?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sun Oct 21, 2007 11:28 pm
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
stenen
Voice
Posts: 7 Joined: Fri Apr 27, 2007 5:12 pm
Post
by stenen » Mon Oct 22, 2007 5:59 am
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?
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.