hrm ...
alias advertise {
timer 0 60 msg $chan $read(messages.txt)
}
menu channel {
Messages:/advertise
}
-
i think that's right ... but if its not .. someone will come along and fix it ;\
it should read a random line from messages.txt every 60 seconds.. so just change the "60" to the time you wish .. and "messages.txt" to the file that you have the info you want read from
Edited May 14, 2006 8:58 AM by fahad_aka_hitman
X-Fusion
Historical / Guest
Try msg # instead of msg $chan
Zantetsuken
Historical / Guest
$!chr(37) $!+ $right($chan,-1)
Zantetsuken
Historical / Guest
use that for $chan
alias advertise {
timer 0 60 msg $!chr(37) $!+ $right($chan,-1) $read(messages.txt)
}