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