Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. on $*:TEXT:/^[!@]records/Si:#: {
  2.   if ($nick !isreg $chan) {
  3.     notice $nick 05 This user has handled $sn(%profit [ $+ [ $nick ] ])
  4.     notice $nick 05 To refresh records for this user type !cleardata USERNICKNAME
  5.   }
  6. }
  7.  
  8. on $*:TEXT:/^[!@]cleardata/Si:#: {
  9.   if ($nick !isreg $chan) {
  10.     notice $nick 05 You have reset the specified users profit back to zero.
  11.     unset %profit [ $+ [ $nick ] ]
  12.   }
  13. }