on 100:TEXT:!vrequest*:#:{
var %i = $lines(request.txt)
if (%i == 0) { msg $chan No Requests | halt }
.msg $chan In Resquesting Que There Is :-
var %l 1
while (%l <= %i) {
msg $chan $read(request.txt,%l) - Line %l
inc %l
}
}