home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / 7thalert.txt < prev    next >
Text File  |  1996-04-23  |  496b  |  18 lines

  1. This script is to alert you when a 7th sphere user enters the channel.
  2. written by daffy.
  3.  
  4. Paste this to your REMOTE/EVENTS section in mirc:
  5.  
  6. 1!:on join:/.enable #alert | /whois $nick | .timer 1 10 /.disable #alert
  7.  
  8. Paste these lines to your REMOTE/RAW section in mirc:
  9.  
  10. #alert disabled
  11. 352:*: {
  12.   if (sphere isin $parm3) { echo 12 $parm2 *** 7th Sphere User Alert *** $parm6 : $parm3 $+ @ $+ $parm4 }
  13. }
  14. 315:*:.disable #alert
  15. #alert end
  16.  
  17.  
  18. UPLOADED TO WWW.SCRIPTERZ.COM BY |^JoLt^|