diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-24 14:06:56 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-24 14:06:56 +0000 |
commit | 7e5f0d055b4dc312cb2893b84a5d177221ca6a90 (patch) | |
tree | 2cfaf4239e6578bc59df993ea08d4cbc6da92874 /docs | |
parent | 5d2a909551914d9093db2a20e5a81e71ca8ccdca (diff) |
Update mode list, remove taxonomy command [namegduf]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12556 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.helpop-full.example | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/inspircd.helpop-full.example b/docs/inspircd.helpop-full.example index 23c02c455..740d111b9 100644 --- a/docs/inspircd.helpop-full.example +++ b/docs/inspircd.helpop-full.example @@ -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 |