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
Code: Select all
bind dcc n "moo" moo; proc moo {handle idx text} {putdcc $idx $text}
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 helpszleppy wrote:Can anyone show me a bind, and a easy proc so i can see how it works?