im having a problem with the sections, ill setup multiple sections and only my last section entry will be announced, any idea why that is?
my tcl looks like this.
# SETUP HERE YOUR SECTIONS
set sections "MP3 REQUESTS"
################################################## #######
# SETUP EATCH PATH YOU NEED LIKE THIS #
# set paths(section) "/vfs_path/*" (vfs format) #
# set type(section) "RACE" #
# set chanlist(section) "#channel" #
################################################## #######
set paths(MP3) "/MP3/*"
set type(MP3) "RACE"
set chanlist(MP3) "#chan"
set sections "MP3"
set paths(REQUESTS) "/REQUESTS/*"
set type(REQUESTS) "RACE"
set chanlist(REQUESTS) "#chan"
set sections "REQUESTS"
set chanlist(DEFAULT) "#chan"
set chanlist(INVITE) "#chan"
set chanlist(WELCOME) "#chan"
|