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 / mode < prev    next >
Encoding:
Text File  |  2002-10-28  |  8.2 KB  |  169 lines

  1. Synopsis:
  2.    mode <your nickname|channel> [<+|-><mode> [<mode parameter(s)>]]
  3.  
  4. Description:
  5.    Both channels and users have modes associated with them.  For channels,
  6.    they determine who is a channel operator, the number of people who may
  7.    join the channel, who may not enter the channel, and myriad other
  8.    things.  For users, they determine whether the user will is an IRC
  9.    operator, whether the user will receive special server notices, etc.
  10.  
  11.    Modes are enabled when prepended with a "+", and disabled when with a
  12.    "-".  Modes may be clustered as well.  When clustering modes, all mode
  13.    changes are specified first, then their parameters (see the examples
  14.    below).
  15.  
  16. Options:
  17.    Standard User Modes:
  18.       i   When enabled, you are "invisible" to NAMES and WHO queries from
  19.             anyone not on a channel common to you.  Additionally, you are
  20.             also hidden from WHOIS unless your exact nickname is specified.
  21.       o   When enabled, this gives you IRC operator status (however, see
  22.             restrictions below).
  23.       s   When enabled, you will receive special server notices (such as
  24.             nickname collisions, fake modes, etc.).
  25.       w   When enabled, you will receive IRC operator WALLOPS, as well as
  26.             notices of any remote CONNECTs or SQUITs.
  27.  
  28.    Standard Channel Modes:
  29.       b   When enabled, this prevents the specified nick!user@host mask
  30.             from entering the channel.  If only the @host portion is
  31.             specified, "*!*" is prepended; if only user@host is specified,
  32.             "*!" is prepended; if the mask does not contain a "@", it is
  33.             assumed to be a nickname, and a !*@* is appended.  When used
  34.             with no arguments, the channels list of "bans" is displayed.
  35.       i   When enabled, users may only join the channel if INVITEd.
  36.       k   When enabled, users may only join the channel if they specify
  37.             the proper "key" (which is specified when +k is set).
  38.       l   When enabled, only the specified number of users may enter the
  39.             channel.
  40.       m   When enabled, only users with +o or +v may speak on the channel.
  41.       n   When enabled, public messages from outside the channel are not
  42.             allowed.
  43.       o   When enabled, grants the specified nickname channel operator
  44.             status.
  45.       p   When enabled, the channel is made private.  The channel name
  46.             will not show up in WHO, WHOIS, NAMES, or LIST replies (though
  47.             users who are not +i will still be shown in NAMES, the channel
  48.             name is simply masked as "Private").
  49.       s   When enabled, makes the channel secret.  This is the same as +p,
  50.             except the channel will not show up in any WHO/WHOIS/etc.
  51.             queries from a person not on the channel.  Anyone who is on a
  52.             +s channel is effectively invisible, as per user mode +i.
  53.       t   When enabled, only channel operators may set a topic.
  54.       v   When enabled, grants the specified nickname voice status.
  55.  
  56. Examples:
  57.    To receive operator WALLOPS and server notices (both examples are
  58.    equivalent):
  59.       /mode your_nick +sw
  60.       /mode your_nick +s+w
  61.  
  62.    To set a channel limit (the number is arbitrary):
  63.       /mode #channel +l 35
  64.  
  65.    To make someone a channel operator:
  66.       /mode #channel +o theirnick
  67.  
  68.    To set a ban, a key, and to remove chanop status from someone:
  69.       /mode #channel +bk-o *!*some@*.ban.com Secret_Key foobar
  70.  
  71. See Also:
  72.    chanmode(6); deop(4); invite(1); key(6); kick(1); on(5) mode,
  73.    mode_stripped; oper(4); set(4) mode_stripper; usermode(6); wallops(4)
  74.  
  75. Restrictions:
  76.    Only channel operators may set modes for a channel (though anyone may
  77.    view them), and only you may set or view your personal user modes.
  78.    Additionally, the user mode +o may NOT be set with MODE, you must use
  79.    the OPER command.  However, it may be removed with -o (see DEOP as
  80.    well).
  81.  
  82.    Also note that some server variants do not allow for redundant mode
  83.    changes, such as "+oo foobar foobar".  This shouldn't cause too many
  84.    problems though, since you can easily reverse a mode if you wish to set
  85.    it again, such as "-o+o foobar foobar", which is allowed.
  86.  
  87.    Finally, note that mode changes are limited to a maximum of 4 total
  88.    parameters.  Thus you could give +o to 3 people and set +l, but you
  89.    could not do those and set +k as well, since that would involve 5
  90.    parameters.
  91.  
  92. Other Notes:
  93.    On Undernet servers, the maximum number of parameters for MODE is 6.
  94.    Additionally, some server versions have extra modes that may be used.
  95.    Keep in mind that these do not apply everywhere, so you should check
  96.    what software version your server is using to be sure (see VERSION).
  97.  
  98.    Undernet servers (ircu2.9.x):
  99.       User Modes:
  100.          d   When enabled, your client does not receive any public messages
  101.                from any channel you are on. (mnemonic: deaf mode)
  102.          k   No-kick mode.  Any client with this mode may not be kicked from
  103.                any channel it applies to.  Limited to services.
  104.  
  105.    DALnet servers (ircu2.9.x+DAL, DAL4.x)
  106.       User Modes:
  107.          g   Allows operators to see all OPER attempts, and failed server
  108.                connects.  Allows all users to see nickname collisions.
  109.          h   Shows operators the arguments to any protocol HELP command
  110.                issued.  Server numeric 310 is returned in WHOIS to denote
  111.                +h users.
  112.  
  113.    IRC 2.9 servers (irc2.9.x):
  114.       User Modes:
  115.          r   When enabled, the client cannot be a channel operator (even if
  116.                it is the first to join), nor can it change nicknames.  This
  117.                mode is automatic if the connecting client has a matching i:
  118.                line.  This mode cannot be reversed once enabled.
  119.         (s)  Version 2.9 servers do not have a +s user mode.
  120.  
  121.       Channel Modes:
  122.          a   When enabled, this makes the channel anonymous.  Nicknames are
  123.                hidden (and thus nick changes are not shown), and no other
  124.                channel modes are permitted.  Note that this can seriously
  125.                confuse the client...
  126.  
  127.    EFnet +CS servers (irc2.8.x+CSr27 and beyond):
  128.       User Modes:
  129.          b   When enabled, shows connects from potential bots, and attempts
  130.                with invalid usernames.
  131.          c   When enabled, shows all clients connecting and disconnecting
  132.                from your server.  Limited to irc operators.
  133.          d   When enabled, shows connects where the username given and the
  134.                client's ident response differ.
  135.          f   When enabled, shows all "Fake MODE" and "Nickname Collision"
  136.                notices.
  137.          k   When enabled, shows all global and local operator kills.
  138.          l   When enabled, shows connect attempts from clients that exceed
  139.                their connect class (Y:line) limit.
  140.         (r)  Replaced by +bdl after CSr25.
  141.          s   When enabled, it shows any miscellaneous server notices that
  142.                are not shown with modes bcdfklu (even if they are not
  143.                enabled).
  144.          u   When enabled, shows all unauthorized connect attempts, as well
  145.                as connect attempts when the server has reached its maximum
  146.                connection limit.
  147.  
  148.    EFnet /th servers (irc2.8/th):
  149.       User Modes:
  150.          c   When enabled, shows all clients connecting and disconnecting
  151.                from your server.  Limited to IRC operators.
  152.          d   Debug mode, displays miscellaneous messages.  Limited to irc
  153.                operators.
  154.          k   When enabled, shows all server kills
  155.          n   Shows all local nickname changes.  Limited to irc operators.
  156.          r   When enabled, shows all rejected connections.
  157.          s   When enabled, it shows any miscellaneous server notices that
  158.                are not shown with modes ckr, including operator kills
  159.          y   Spy mode, informs operators of all LINKS, STATS, and TRACE
  160.                commands issued, and of any failed MSG commands.
  161.  
  162.    AnotherNet servers
  163.       User Modes:
  164.          c   Show all [dis]connections, possible clones, and invalid logins
  165.          f   Show all DCC handshakes (mnemonic: file transfers)
  166.          h   Makes operator completely invisible to all normal users;
  167.              mainly meant for channel services (mnemonic: hidden)
  168.  
  169.