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.

Partyline commands

Old posts that have not been replied to for several years.
Locked
z
zleppy
Voice
Posts: 13
Joined: Wed Apr 14, 2004 2:32 pm

Partyline commands

Post by zleppy »

Hey!
I'm sitting here, trying to make commands that will work in partyline, but i can't find the rigth bind.
Can anyone show me a bind, and a easy proc so i can see how it works?

thanks
zleppy
d
dollar
Op
Posts: 178
Joined: Tue Oct 28, 2003 3:47 pm
Location: Netherlands

Post by dollar »

Code: Select all

bind dcc n "moo" moo; proc moo {handle idx text} {putdcc $idx $text}
dollar (or something similar) at:
#eggdrop / #tcl - undernet
#egghelp / #tcl / #eggtcl - efnet
#eggdrop.support / #tcl - quakenet
#eggdrop - ircnet
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: Partyline commands

Post by YooHoo »

zleppy wrote:Can anyone show me a bind, and a easy proc so i can see how it works?
You can find excellent references on the links url to research just about anything egg-related, including Suninet's tcl tutorial for beginners that has been an invaluable help trying to understand the different aspects of tcl code writing. Another must-have for any would-be scripter is the tcl-commands.doc, located in every downloaded eggdrop in your ~/doc directory... near the back of tcl-commands.doc is a list of every bind type, its needed variables, and procedure syntax. Hope this helps :mrgreen:
Locked