
Untitled
By: a guest on Jan 28th, 2012 | syntax:
mIRC | size: 0.41 KB | hits: 51 | expires: Never
on $*:TEXT:/^[!@](records|cleardata)$/Si:#: {
if ($nick !isreg $chan) {
if ($mid($1,2) == records) {
notice $nick 05 This user has handled $sn(%profit [ $+ [ $nick ] ])
notice $nick 05 To refresh records for this user type !cleardata USERNICKNAME
}
else {
unset %profit [ $+ [ $nick ] ]
notice $nick 05 You have reset the specified users profit back to zero
}
}
}