diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 14:23:44 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-17 14:23:44 +0000 |
commit | bb963be7699fe5a700cf4eeac24c3f003edb7764 (patch) | |
tree | 3747dbda7a3435da97d215f54305e66a26da848c | |
parent | ad9950c7e5252e994984bc4d00079e48c3bed685 (diff) |
Modify helpop-full to show SILENCE ext flags. Thanks Zaba.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7369 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/inspircd.helpop-full.example | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/conf/inspircd.helpop-full.example b/conf/inspircd.helpop-full.example index 8d38d2023..a4b4f1e11 100644 --- a/conf/inspircd.helpop-full.example +++ b/conf/inspircd.helpop-full.example @@ -49,11 +49,16 @@ were removed from the channel and by whom."> <helpop key="devoice" value="/DEVOICE [channel] Devoices yourself from the specified channel."> -<helpop key="silence" value="/SILENCE +/-[nick] -A serverside /ignore of the given nick. It does not follow -the users nick so if they change their nick you will receive -their messages. /SILENCE without a parameter will list the nicks -that you have silenced."> +<helpop key="silence" value="/SILENCE [+/-]<hostmask> [p|c|i|n|t|a|x] + p Block private messages + c Block channel messages + i Block invites + n Block private notices + t Block channel notices + a Block all of the above + x Exception +A serverside /ignore of the given hostmask. +/SILENCE without a parameter will list the hostmasks that you have silenced."> <helpop key="knock" value="/KNOCK [channel] Sends a notice to a channel indicating you wish to join."> |