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 / join < prev    next >
Encoding:
Text File  |  2002-10-28  |  2.7 KB  |  68 lines

  1. Synopsis:
  2.    join [-invite|<channel list> [<key>]]
  3.  
  4. Description:
  5.    JOIN lets you join a new channel.  If you are on multiple channels,
  6.    the specified channel will become the current one.  If you do not
  7.    specify a channel (or channels) to join, your client will display
  8.    your current channels, along with their respective modes and users,
  9.    and which server you are on the channel from.
  10.  
  11.    You may join more than channel at a time with a single JOIN command
  12.    by separating the channels with commas.  If a key (channel mode +k)
  13.    is set on a channel you wish to join, you must specify that key in
  14.    the JOIN command to be able to join the channel.
  15.  
  16.    You can create a new channel simply by joining a channel that does
  17.    not exist.  Channel names begin with a '#', a '&' (&channels are local
  18.    to your server), or a '+' (modeless channels, not available everywhere)
  19.    and following that may consist of any character except SPACE, BELL, NUL,
  20.    CR, LF, or comma (',').  Channel names may be up to 200 characters in
  21.    length.  Additionally, a channel may be restricted to only users from
  22.    certain hosts, by adding a hostmask to the end of the channel name,
  23.    separated with a ':' (this is not supported everywhere).
  24.  
  25. Options:
  26.    -invite   makes you join the last channel to which you were INVITEd
  27.  
  28. Examples:
  29.    To join channel #blah (or create it if it does not exist):
  30.       /join #blah
  31.  
  32.    To join channel #blah that has the key "foobar":
  33.       /join #blah foobar
  34.  
  35.    To join more than one channel at once:
  36.       /join #foo,#bar,&blah
  37.  
  38.    To join a channel that only German users may join:
  39.       /join #blah:*.de
  40.  
  41.    To join channel #blah if you have been invited to it (either will
  42.    work, although the first is better, since channel names may contain
  43.    characters that your terminal can't display):
  44.       /join -invite
  45.       /join #blah
  46.  
  47. Aliases:
  48.    CHANNEL is identical in operation to JOIN.
  49.  
  50. See Also:
  51.    bind(4) switch_channels; invite(1); mode(1); on(5) join; set(4) novice;
  52.    window(4) channel
  53.  
  54. Restrictions:
  55.    The ability to join a channel can be restricted by the channel's modes.
  56.    If mode +k is set, you must specify the channel's key to join.  If mode
  57.    +i is set, you must first be INVITEd.  If mode +l is set, and the limit
  58.    has been reached, you cannot join.  If a ban (mode +b) has been set
  59.    that matches your nick!user@host pattern, you cannot join.  See MODE
  60.    for more information.
  61.  
  62. Other Notes:
  63.    The ircII client provides a NOVICE mode mechanism.  When turned on, the
  64.    client will not allow you to join more than one channel at once.  If
  65.    you are on a channel and try to join another, it will first make you
  66.    leave the first channel.
  67.  
  68.