diff options
author | Peter Powell <petpow@saberuk.com> | 2019-04-16 22:58:15 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-04-18 23:38:23 +0100 |
commit | 9f3502de449f3bd4a88163ddc39626305071531f (patch) | |
tree | 3ec2c276a12bd494f109bd49203a86e43b9f23fe /docs/conf/helpop.conf.example | |
parent | e915fcbc00b7ac3fbe9d7af11e4f56778f9d2200 (diff) |
Remove m_silence pending a complete rewrite.
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r-- | docs/conf/helpop.conf.example | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 059de40b7..3578f0683 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -145,36 +145,6 @@ E.g. '/RMODE #channel b m:*' will remove all mute extbans on the channel."> This behaves identically to /REMOVE. /REMOVE is a built-in mIRC command which caused trouble for some users."> -<helpop key="silence" value="/SILENCE [(+|-)<mask> [p|c|i|n|t|a|x]] - -A server-side ignore of the given n!u@h mask. The flags at the end -are optional, and specify what is to be ignored from this mask. - -/SILENCE - Shows a list of silenced masks -/SILENCE +<mask> [<flags>] - Add a mask -/SILENCE -<mask> - Remove a mask - -Valid SILENCE Flags -------------------- - - 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 - -Multiple flags may be specified. For an exception, you must pair x -with what you want excepted. For example, if you wanted to except -everything from people with a host matching *.foo.net, you would do -/SILENCE +*!*@*.foo.net xa - -If no flags are specified, it will default to blocking private messages -and private notices (pn). - -/SILENCE without a parameter will list the masks that you have silenced."> - <helpop key="knock" value="/KNOCK <channel> :<reason> Sends a notice to a channel indicating you wish to join."> |