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 / part < prev    next >
Encoding:
Text File  |  2002-10-28  |  1004 b   |  32 lines

  1. Synopsis:
  2.    part <channel>|* [:<part message>]
  3.  
  4. Description:
  5.    PART makes you leave a channel.  That's it.  If you happen to be on
  6.    multiple channels, you may leave more than one at the same time. 
  7.    You may also specify a "*", which is interpreted as your current
  8.    channel.  As with QUIT, you may specify a "leaving message."
  9.    
  10. Examples:
  11.    To leave channel #foobar:
  12.       /part #foobar :I'm going to #fubar, it's cooler!
  13.  
  14.    To leave your current channel:
  15.       /part *
  16.  
  17.    To leave channels #foo and #bar at the same time:
  18.       /part #foo,#bar
  19.  
  20. Aliases:
  21.    LEAVE is technically identical in operation to PART.  However, it is
  22.    redefined (and enhanced) by an alias of the same name in 2.8script,
  23.    which is automatically loaded when the client is started.
  24.    
  25. See Also:
  26.    2.8script(8); join(1); on(5) leave; set(4) novice
  27.  
  28. Restrictions:
  29.    If you specify "*" as the channel to leave, you may not specify any
  30.    other channels to leave at the same time.
  31.  
  32.