home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz KrOnIcKLeZ 3 / HaCKeRz_KrOnIcKLeZ.iso / scriptz / away.txt < prev    next >
Text File  |  1996-04-23  |  1KB  |  25 lines

  1. Hey...Here is the away thing. When Msg'd it will say to them I am away...this is my answering machine...blah..bblah...
  2. and then there next msg will be saved to d:/away.txt
  3. it will record and tell the users how many msgs YOu have saved OVERALL since u went away. (this resets when u re-start ur away)
  4. Put the following commands in the places specified: 
  5.  
  6. IN REMOTES (EVENTS) :
  7.  
  8. #away disabled
  9.  
  10.  1:ON TEXT:***************:?:/closemsg $nick | /write d:\away.txt $nick: $parms* | /write d:\away.txt End of Message by $nick | /inc %msg 1 | /msg $nick Your msg was saved by $me , it was message number %msg that I have saved | /ruser 2 $nick
  11.  #away end
  12.  
  13. IN POPUPS (main window):
  14.  
  15. Away
  16. .Set Away
  17. ..On:/awayon
  18. ..Off:/away | /disable #away | /play $me d:\away.txt 2000 | /timer58 1 75 /remove d:\away.txt | //notice $me %msg people msged you when you were away. | /rlevel 2  | /timer12 off | /amsg has returned from his awayness, he was away from %away , it is now $time .
  19. -
  20.  
  21. Aliases:
  22.  
  23. /awayon /away $$?="Enter your away message:" | /enable #away | /floodpro | //set %away  $time on $day $adate | /set %reason $$! | /set %msg 0 | /timer12 10000 300 /ame has been away since %away  Message:  %reason   Leave me a msg!
  24.  
  25.