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
This commit is contained in:
w00t 2007-06-17 14:23:44 +00:00
parent ad9950c7e5
commit bb963be769

View File

@ -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.">