home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RAUSR220.ZIP / MACROS.TXT < prev    next >
Encoding:
Text File  |  1996-03-04  |  2.3 KB  |  56 lines

  1. ; RAUsers available Macros for messages...
  2. ; These macros can be used in any of the text files RAUsers uses for messages
  3. ; Started with version 1.24
  4. ; Created 31 Mar 1994
  5. ; Updated 25 Jun 1994
  6.  
  7. @UName            : Users Complete name
  8. @Sysop            : Sysop of the BBS
  9. @First            : Users First Name
  10. @Last             : Users Last Name
  11. @OldSec1          : Old Sec level for ratio upgrades number 1
  12. @NewSec1          : New Sec level for ratio upgrades number 1
  13. @OldSec2          : Old Sec level for ratio upgrades number 2
  14. @NewSec2          : New Sec level for ratio upgrades number 2
  15. @CallsToUp        : Number of calls needed to upgrade
  16. @UTotalCalls      : Users total calls to the BBS
  17. @DateLogged       : First date user called the BBS
  18. @Birthdate        : Users birthdate
  19. @Location         : Users location
  20. @LastCalled       : Date user last called the BBS
  21. @Uploads          : User total uploads
  22. @Downloads        : User total Downloads
  23. @UploadsK         : User total uploads in K-Bytes
  24. @DownloadsK       : User total downloads in K-Bytes
  25. @TimeNow          : Time message is made
  26. @DateNow          : Date message is made
  27. @Handle           : Users Handle
  28. @VNumber          : Users Voice Phone number
  29. @DNumber          : Users Data Phone number
  30. @UpRatio1         : U/L to D/L ratio needed for upgrade 1st ratio setting
  31. @UpRatio2         : U/L to D/L ratio needed for upgrade 2nd ratio setting
  32. @BBSname          : The BBS's name
  33. @CallsOldSec      : Calls upgrade old sec level
  34. @CallsNewSec      : Calls upgrade new sec level
  35. @Subdate          : Users subscription date
  36. @Filename= <filename> : adds the text in the file to the message
  37.  
  38.                         IE: @Filename= c:\ra\logo.txt
  39.                                       ^ Must have the space here
  40.  
  41. *******       NEW WITH V 1.25
  42.  
  43.                   You may now end a macro with a comma IE: @BBSName,
  44.  
  45.                   Previously that would of caused an Invalid Macor Msg,
  46.                   but this has been accounted for now and will operate
  47.                   correctly...
  48.  
  49.                   Macros must end with either a space or a comma...
  50.  
  51.                   IE:  @BBSName, on: @DateLogged
  52.                        @BBSName  on: @Datelogged
  53.                        @BBSNameon: @DateLogged    ( Invalid )
  54.  
  55. /* End of Macros.txt
  56.