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