View Single Post
Old 07-18-2004, 12:56 PM  
Guardian
Senior Member
 
Join Date: May 2003
Posts: 131
Default

on bottom of set procs add:

${cmdpre}sections:lnk_sections

on bottom of # SET BINDINGS add:

bind pub -|- [set cmdpre]sections lnk_sections

below # SEND TO 1 CHANNEL proc add:

Code:
# LNK SECTiONS					

proc lnk_sections {nick uhost hand chan arg} {
global sections
set output $sections
sndchan "puthelp" $chan $output
}
do the cosmetics yaself

Grtz
Guardian
Guardian is offline   Reply With Quote