home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #2 / amigaacscoverdisc1998-021998.iso / games / shareware / amimud / modules / crypt next >
Text File  |  1996-12-01  |  858b  |  45 lines

  1. ; These alias/macros/triggers may be used as support for the AmiMUD crypt 
  2. ; feature. This feature is compatible with Elf for windows, so an AmiMUD
  3. ; user can talk with an Elf user using crypt. Remember to set correctly the
  4. ; password!
  5.  
  6. ; Support is for commands: tell, gt, ft, gossip, shout, send, telep.
  7. ; You can add other commands simply adding the correct alias.
  8.  
  9. alias=tellc
  10. #set 3 tell;#m_crypt 
  11.  
  12. alias=gtc 
  13. #set 3 gt;#m_crypt 
  14.  
  15. alias=sayc 
  16. #set 3 say;#m_crypt 
  17.  
  18. alias=gossc 
  19. #set 3 gossip;#m_crypt  
  20.  
  21. alias=ftc 
  22. #set 3 ft;#m_crypt 
  23.  
  24. alias=shoutc 
  25. #set 3 shout;#m_crypt 
  26.  
  27. alias=sendc 
  28. #set 3 send;#m_crypt 
  29.  
  30. alias=telc 
  31. #set 3 telep;#m_crypt 
  32.  
  33. macro=m_crypt $0
  34. #crypt 1 $0\n#execute\n
  35.  
  36. macro=execute
  37. $3 .,$1.,\n
  38.  
  39. trigger=$0.,$1.,$2
  40. #separator off\n#decrypt 0 $1\n#printdecrypt\n#separator on\n
  41.  
  42. macro=printdecrypt
  43. #beep\n#echo Frase decryptata: $0\n
  44.  
  45.