home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / query < prev    next >
Encoding:
Text File  |  2002-10-28  |  947 b   |  29 lines

  1. Synopsis:
  2.    query [=]<nickname>
  3.    query %<process id|process name>
  4.  
  5. Description:
  6.    Using the first form, QUERY starts a private conversation with the
  7.    nicknames specified (more than one allowed, see MSG for syntax).  All
  8.    it really does is make the client send normal typed messages to the
  9.    people specified instead of your current channel.  QUERY will work
  10.    over a DCC CHAT connection.
  11.  
  12.    The second form is similar to the first, but it lets you continuously
  13.    communicate with a running EXECed process without the need for MSG
  14.    (just like querying a person).  Either the process id number, or the
  15.    name assigned to the process (if any) may be used.
  16.  
  17.    Using QUERY with no arguments terminates the current QUERY, if any.
  18.  
  19. Examples:
  20.    To start a private conversation with your significant other:
  21.       /query sweetypie
  22.  
  23.    To cancel a running query:
  24.       /query
  25.  
  26. See Also:
  27.    msg(1); exec(5)
  28.  
  29.