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.

Search found 4 matches

by stenen
Mon Oct 22, 2007 5:59 am
Forum: Scripting Help
Topic: relay script
Replies: 4
Views: 2690

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...
by stenen
Sun Oct 21, 2007 12:19 pm
Forum: Scripting Help
Topic: relay script
Replies: 4
Views: 2690

ok, now i've linked my bots. how do i send the text?
by stenen
Sat Oct 20, 2007 1:22 pm
Forum: Scripting Help
Topic: relay script
Replies: 4
Views: 2690

relay script

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 witho...
by stenen
Thu Aug 16, 2007 4:22 pm
Forum: Scripting Help
Topic: mysqlclose doesnt work
Replies: 0
Views: 1710

mysqlclose doesnt work

I'm having problems with mysqlclose, and it's resulting in a lot of users not "logging off" mysql. set g [mysqlconnect -host localhost -user user -password pass -db db] mysqluse $g db mysqlclose $g that piece of code should do it right? anyhow, the users that dont log off is running the co...