To add extra help for users on the partyline, I use this:
bind dcc -|- helpx helpx
proc helpx {hand idx arg} {
putdcc $idx "Put your extra help and"
putdcc $idx "instructions in a pattern"
putdcc $idx "like this."
return 1
}
Make sure each line starts with putdcc $idx, and that the text starts and ends with ".
To access the extra help, the partyline user types .helpx
You can also add extra help to the original eggdrop help files by adding text in the same pattern as what is already there, but then you'd have to redo your work every time you updated your bots.
Good luck.
<font size=-1>[ This Message was edited by: rmm on 2001-10-07 02:13 ]</font>