home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / o9democ.zip / HELPMAC.UTL < prev    next >
Text File  |  1995-10-11  |  2KB  |  83 lines

  1.  
  2. The demo system is provided with four chat macros.  You can change
  3. these, delete them, or create more of your own by modifying the
  4. message to "CHATMACS" on your "Utilities" sub-board.  The macros
  5. provided are:
  6.  
  7. ------------------------------------------------------------------------
  8.  
  9.         //KISS acct
  10.  
  11. which broadcasts a message in public chat, saying,
  12.  
  13.         xxxx: xxxx gives acct a big, wet kiss right on the lips!
  14.  
  15. where "xxxx" is your account code, and "acct" is another account of your
  16. choosing.
  17.  
  18. ------------------------------------------------------------------------
  19.  
  20.         //SLAP acct
  21.  
  22. which broadcasts a message in public chat, saying,
  23.  
  24.         xxxx: xxxx slaps acct smartly across the left cheek.
  25.  
  26. where "xxxx" is your account code, and "acct" is another account of your
  27. choosing.
  28.  
  29. ------------------------------------------------------------------------
  30.  
  31.         //CAT text1 text2 text3
  32.  
  33. which broadcasts a message in public chat, saying,
  34.  
  35.         xxxx: text1text2text3
  36.  
  37. that is, it concatenates the words that you supply as "text1", "text2"
  38. and "text3", substituting your account code for "xxxx".
  39.  
  40. ------------------------------------------------------------------------
  41.  
  42.         //LONG
  43.  
  44. which broadcasts a message in public chat, saying,
  45.  
  46.         xxxx: This is a
  47.         xxxx: really long macro.  It
  48.         xxxx: shows the time and date October 11, 1995  9:53, like that.
  49.  
  50. where "xxxx" is your account code.
  51.  
  52. ------------------------------------------------------------------------
  53.  
  54. If you want to send the expanded chat macro to just one user, instead of
  55. everyone in public chat, then you could use:
  56.  
  57.         /\KISS toacct acct
  58.         /\SLAP toacct acct
  59.         /\CAT toacct text1 text2 text3
  60.         /\LONG toacct
  61.  
  62. where "toacct" is the account code of the individual.
  63.  
  64.  
  65. You can also make chat macros emote by placing an apostrophe as the
  66. first character of the macro text in the definition.  A standard
  67. apostrophe produces a possessive emotion, and a backwards apostrophe
  68. produces a non-possessive emotion.  For example, the definitions,
  69.  
  70.         *HEART  ' heart is breaking... :(
  71.         *SEE    ` wants to see you!
  72.  
  73. would produce
  74.  
  75.         xxxx's heart is breaking... :(
  76.  
  77. and
  78.  
  79.         xxxx wants to see you!
  80.  
  81. where "xxxx" is your account code.
  82.  
  83.