See if this helps any


on *:TEXT:*:#: {
if (!regreq isin $1) {
/inc %req
/dns $nick
/write regreq.txt -----REQ_# $+ %req $+ -----
/write regreq.txt Nick: $nick
/write regreq.txt Username: $2
/notice $nick Your request is saved, you'll be informed when granted.
}
if (!queue isin $1) {
/notice $nick We currently have %req requests.
}
}

on *:DNS: {
/write regreq.txt IP: $iaddress
/write regreq.txt ---END_REQ_# $+ %req $+ ---
}

on admin:TEXT:!nolla:*: {
/set %req 0
/write -c regreq.txt
}




Intelligence: It's better to ask a stupid question, then to prove it by not asking....