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.

.netsay + tcl script

Old posts that have not been replied to for several years.
Locked
s
svahn
Voice
Posts: 19
Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:

.netsay + tcl script

Post by svahn »

how can i include .netsay in a tcl script?

i tried this one:

Code: Select all

bind dcc -|- !meep meep

proc meep {idx} {
        putdcc $idx ".netsay #mychannel hello"
}
I know its wrong, but can anyone tell me how to do it correct?
thanks
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

what do you want to do? what you've maide (I think) should tell on dcc chat that msg. Is this what you would like to do?
Once the game is over, the king and the pawn go back in the same box.
s
svahn
Voice
Posts: 19
Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:

Post by svahn »

i cant to relay the messages from the bot.
so i want a tcl script to type that line in a dcc chat (in partyline)
.netsay #channel <message> with a tcl script

ex. if bot 1 says something in a channel, bot 2 says that line in another channel..

i've found a channel relay script, but the bot only catches what regular users say, not what the bot is saying and i didnt found the line where the bot is being ignored
Locked