]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update mode list, remove taxonomy command [namegduf]
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 24 Feb 2010 14:06:56 +0000 (14:06 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 24 Feb 2010 14:06:56 +0000 (14:06 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12556 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.helpop-full.example

index 23c02c455392b0d20b955aa2a85df76a96f541dd..740d111b92c60ef8d4d0bdae50f00dca0fdb3ef0 100644 (file)
@@ -366,8 +366,8 @@ Sets your name to the specified name.">
 <helpop key="coper" value="Oper Commands
 -------------
 
-OPERMOTD  CHECK     TAXONOMY    CLONES   USERIP
-TLINE     ALLTIME   MODULES     WALLOPS  GLOBOPS
+OPERMOTD  CHECK     CLONES      USERIP   LINE
+ALLTIME   MODULES   WALLOPS     GLOBOPS
 
 SETHOST   SETIDENT  CHGHOST     CHGIDENT CHGNAME
 SETIDLE   SWHOIS
@@ -398,10 +398,6 @@ This command returns the number of local and global clients matched,
 and the percentage of clients matched, plus how they were matched
 (by IP address or by hostname).">
 
-<helpop key="taxonomy" value="/TAXONOMY [nick]
-
-Lists all metadata attached to the user.">
-
 <helpop key="lockserv" value="/LOCKSERV
 
 Locks out all new connections notifying connecting users that the
@@ -825,11 +821,12 @@ Closes all unregistered connections to the local server.">
 
  c                  Blocks messages containing mIRC colour codes
                     (requires blockcolor module).
+ d [time]           Blocks messages to a channel from new users
+                    until they have been in the channel for [time]
+                    seconds (requires delaymsg module).
  f [*][lines]:[sec] Kicks on text flood equal to or above the
                     specified rate. With *, the user is banned
                     (requires messageflood module).
- g [mask]           Blocks messages matching the given blob mask
-                    (requires chanfilter module).
  i                  Makes the channel invite-only.
                     Users can only join if an operator
                     uses /INVITE to invite them.
@@ -841,11 +838,11 @@ Closes all unregistered connections to the local server.">
                     can speak.
  n                  Blocks users who are not members of the channel
                     from messaging it.
- p                  Make channel private, hiding it in user's whoises
+ p                  Make channel private, hiding it in users' whoises
                     and replacing it with * in /LIST.
  r                  Marks the channel as registered with Services
                     (requires services account module).
- s                  Make channel secret, hiding it in user's whoises
+ s                  Make channel secret, hiding it in users' whoises
                     and /LIST.
  t                  Prevents users without +h or +o from changing the
                     topic.
@@ -899,6 +896,11 @@ Closes all unregistered connections to the local server.">
                     channel (requirs stripcolor module).
  T                  Blocks /NOTICEs to the channel from users who are
                     not at least halfop (requires nonotice module).
+ g [mask]           Blocks messages matching the given blob mask
+                    (requires chanfilter module).
+ X [mode]           Makes channel operators immune to the specified
+                    restrictive mode (requires exemptchanops module).
 
 -------------
 NOTE: A large number of these modes are dependent upon server-side modules