thx for ur reply, i have tried the script and it seems the timer is dying after the first announce, and i have it set to == 1 in the script so i know its not tht
just gotta find why its dying at the first announce rly
i am using LoReZ ShoutCast Script v2.1, and timer doesnt work if {$sc::sets(adv) == 1} { timer $sc::sets(advtime) "sc::post privmsg none all {$sc::texts(adv)}" } and # Advertise every X Minutes set sc::sets(advtime) 15 but it will announce onces then it wont announce no more.. :s any ideas...
bind pub - !stats stats proc stats {nick uhost hand chan arg} { if {![isop $nick $chan]} { return } putquick "PRIVMSG #ace :yes this line works cause ur an op" } else { if {![isvoice $nick $chan]} { return } putquick "PRIVMSG #ace :yes this line works cause ur NOT an op" } } any...
seems my bot is being very bad >:) it will -b all bans ect but got that prob sorted, the problem i have tried to over come is i want to turn off flood protection, i have set it to 0:0 in the config and also set it to 0:0 in the channel config just incase but its still showing up as flood settings: c...
might be a n00bish question, but when i want the bot to priv msg my channel with [ and ] around some text it really hates them and wont msg the chan any ideas why or if this is fixable?