Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f111f9981ce7408475873cb06d26b0a8 > files > 283

ircd-hybrid-7.2.3-6mdv2009.0.i586.rpm

                        User and Channel Modes Guide
			----------------------------

In /VERSION one might see something like this:

irc.corefailure.com hybrid-7beta5 oiwszcerkfydnxbaugl biklmnopstveIh bkloveIh

These describe the user modes, channel modes, and channel modes that require
arguments that are available to the user. It is hardcoded into src/messages.tab.

Here is a guide to the preceding modes:

User Modes:

+a - admin        - Admin status.  Able to load and unload modules,
                    and see IP's in STATS c
+b - bots         - See bot and drone flooding notices
+c - cconn        - Client connection/quit notices
+D - deaf         - Don't receive channel messages
+d - debug        - See debugging notices
+f - full         - See I: line full notices
+G - softcallerid - Server Side Ignore for users not on your channels
+g - callerid     - Server Side Ignore (see modeg.txt)
+i - invisible    - Not shown in NAMES or WHO unless you share a channel
+k - skill        - See server generated KILL messages
+l - locops       - See LOCOPS messages
+n - nchange      - See client nick changes
+o - oper         - Operator status
+r - rej          - See rejected client notices
+s - servnotice   - See general server notices
+u - unauth       - See unauthorized client notices
+w - wallop       - See server generated WALLOPS
+x - external     - See remote server connection and split notices
+y - spy          - See LINKS, STATS (if configured), TRACE notices
+z - operwall     - See oper generated WALLOPS

Channel Modes:

+b - ban          - Channel ban on nick!user@host
+e - exempt       - Exemption from bans
+I - invex        - Invite exceptions, nick!user@host does not need to be
                    explicitly INVITE'd into the channel before being able
                    JOIN
+i - invite       - Invite only
+k - key          - Key/password for the channel
+l - limit        - Limit the number of users in a channel
+m - moderated    - Users without +v/h/o cannot send text to the channel
+n - noexternal   - Users must be in the channel to send text to it
+o - chanop       - Full operator status
+p - private      - Private is obsolete, this now restricts KNOCK, and can be
                    set at the same time as +s.
+s - secret       - The channel does not show up on NAMES or LIST or in the 
                    WHOIS channel list unless you are a member of the channel
+t - topic        - Only chanops can change the topic
+v - voice        - Can speak in a moderated channel, and is exempt from flood 
                    restrictions

The third part of the 004 numeric lists channel modes that require arguments.
Currently these are bkloveIh.

Note that most of the channel modes can be disabled in the conf file for
networks that do not wish to support them.

# $Id: modes.txt 33 2005-10-02 20:50:00Z knight $