| 123456789101112131415161718192021 | ############# CONFIG SECTION ################# the real config section is here... # for xml parsing you need the tclxml package.. and for the tclxml package you need the tcllib for# uri parsing :) # BE SURE TO NOT DEFINE TWO NETS OVERLAPPING THEMSELVES (<mnet sig="xxx"> must be unique!)# mnet_http_config(x) works like this:#			 HOST               DIRECTORY         PORT#lappend mnet_http_config "quadaver.mine.nu" "/qw-serveme/qwnet.cfg" "80"#lappend mnet_http_config "quad.netdome.biz" "/aq2/aq2net.cfg" "80"lappend mnet_http_config "quad.netdome.biz" "/aq2/devnet.cfg" "80"#lappend mnet_http_config "quad.netdome.biz" "/aq2/quadnet.cfg" "80"# mnet_local_config(y) just points to a local file (the basepath is the eggdrop-binary-path)#lappend mnet_local_config "./scripts/mnet/anothernet.cfg"# at which interval should it re-check for a changed config? 300 recommended (5 hours)# must be at least 90 or 0 for off.set mnet_cfg_reload_interval 300########## END OF CONFIG SECTION ##############
 |