For nonamee
Posted by farklem
Friday, March 19, 2004
Description: news script
This is the updated script. It only displays the first line of news.txt :(
on *:TEXT:!news:#:{
var %current = 0
var %lines = $lines(news.txt)
while (%current < %lines) {
inc %current
notice $nick $read(news.txt,%current)
}
}
This is the updated script. It only displays the first line of news.txt :(
on *:TEXT:!news:#:{
var %current = 0
var %lines = $lines(news.txt)
while (%current < %lines) {
inc %current
notice $nick $read(news.txt,%current)
}
}