home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / mtlk0920.lha / ASI / help / MTalk / on < prev    next >
Text File  |  1992-06-14  |  721b  |  21 lines

  1.  
  2. Usage: /on <event> [DO] <command>
  3.   Execute a line when an event occurs.  DO is optional.
  4.   All /on commands are saved with executing /pref save.
  5.   Events are as follows:
  6.  
  7.   INVITE      -- Execute a command when someone invites you
  8.                  to a channel.
  9.   JOIN        -- Execute a command when you enter a channel.
  10.   TIME <time> -- Execute a command at a particular time.
  11.                  <time> is in hh:mm, or any wildcard.
  12.   WHISPER     -- Execute a command when someone whispers to
  13.                  you.
  14.  
  15.   Example:
  16.       /on INVITE DO /whisper $inviter Be there in a sec...
  17.       /on JOIN DO Hello everybody...
  18.       /on TIME * DO /echo The time is $time.
  19.       /on WHISPER DO /whisper $whisperer Yeap...
  20.  
  21.