I recently noticed im not seeing messages/msg commands being run on other bots besides the one im on....heres my netset....
## WorldIRCNet EggNet netbots.tcl settings file ##
## Do NOT edit! For bot specific settings email
techdude@worldircnet.com with the settings you want! ##
# netbots.tcl settings
set nb_flag N
set nb_key "8fhrmcv7"
set nb_group(techdude) "LoLBot,Lamer,Gazon,DevNull,Tuin,Dr_Pepper,Maybe,Yes,Tokes,Grass,Sterretje,Maantje,w00h00,Zonnetje,w00t,Stinky,BlaatBot,Milk,TechBot,Void,Xero,Mountain,Planeetje"
set nb_group(kyprchu) "Kyprbot"
set nb_group(jossasaur) "JossaBot"
set nb_group(dokujin) "DokuBot"
set nb_group(tje) "Sterretje,Zonnetje,Maantje,Planeetje"
set nb_group(blaat) "m34gt34gerghcv7"
set nb_group(hubs) "Lamer"
set nb_group(techupdate) "$nb_group(kyprchu),$nb_group(techdude),$nb_group(jossasaur),$nb_group(dokujin)"
set nb_ctrlbots(Lamer) "*"
set nb_ctrlbots(*) "netserv netsay netnick netchanset netcontrol netpass netact netjump netinfo netsave netnotice netjoin netshell nethash netpart netmass"
set nb_defctrl "blaat"
set nb_owner 0
set nb_max 4
set nb_timeout 60
set nb_netupdate 2
set nb_nettcl 0
set nb_update ""
nb_set Lamer nb_update "Techdude"
set nb_chon 1
set nb_broadcast "nm"
set nb_cmdcast 1
set nb_castfilter "addhost ident .chpass .newpass .note pass note notes .notes die restart rehash info op voice reset status jump key save invite memory auth"
set nb_servers {
irc.worldircnet.com
}
if {$network != "NOIRC"} {
# aidle.tcl settings
set nb_component(aidle) 1
set ai_msgbots 1
set ai_chans ""
set ai_time 360
set ai_uidle 0
set ai_msgs {
"*yawn*"
"hello"
"roflmao"
"gna gna gna"
"lo"
"blaaat"
"i love Jossasaur"
"weeeeeeeeeeeeeee"
"w00t"
"loooool"
"hahahaha"
"hehe"
}
# mass.tcl settings
set nb_component(mass) 1
set ma_reason "Mass kick"
# botnetop.mod settings
loadmodule botnetop
set bop_delay 0
set bop_maxreq 0
set bop_modeop 1
set bop_linkop 1
set bop_icheck 0
set bop_hcheck 1
set bop_osync 1
set bop_addhost 0
set bop_log 2
# chanlimit.tcl settings
set nb_component(chanlimit) 1
set cl_priority ""
set cl_chans ""
set cl_echans "#gamekypr"
set cl_limit 10
set cl_grace 2
set cl_timer 10
set cl_server 1
set cl_log 1
}
# autoaway.tcl settings
set nb_component(autoaway) 1
set party_auto_away(time) 8
set party_auto_away(msg) "Auto-away after $party_auto_away(time) minutes"
set party_auto_away(active) 1
# extras.tcl settings
set nb_component(extras) 1
set ex_cleanup 1
set ex_clearbans 1
set ex_newuser "Techdude"
set ex_opall 1
# rebindem.tcl settings
# (just rebinds uptime so everyone can be nosey and use it)
set nb_component(rebindem) 1
# logfile.tcl settings
set nb_component(logfile) 1
if {$botnick == "Lamer"} {
set lg_email "
techdude@worldircnet.com"
set lg_maillog "logs/eggnet.log.yesterday"
} elseif {$botnick == "Bubba"} {
set lg_email "
techdude@worldircnet.com"
set lg_maillog "logs/techdude.log.yesterday"
} else {
set lg_email ""
set lg_maillog ""
}
set lg_maxsize 8000
# These lines make sure your bot and netbots directories are secure by
# setting their permissions to rwx------.
catch {exec chmod 700 [pwd]}
catch {exec chmod 700 $nb_dir}