home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / L2C / adenozin / SimpleScript.exe / Main / script.old < prev    next >
Encoding:
INI File  |  2000-05-25  |  465 b   |  9 lines

  1. [script]
  2. n0=ctcp 1:page: {
  3. n1=  if (%status.pager == on) { .splay $mircdirwav\ringin.wav | echo -a [ $+ $nick has paged you: $1- $+ ] | .notice $nick Your page has been received. }
  4. n2=  if (%status.pager == off) { echo -a [ $+ $nick has paged you: $1- $+ ] | .notice $nick Your page has been received but my sound is currently off. }
  5. n3=}
  6. n4=on 1:text:*:?: {
  7. n5=  if (%status.logging == y) { write $mircdirlogs\logging.txt $timestamp $nick said: $1- }
  8. n6=}
  9.