diff options
author | James Lu <GLolol1@hotmail.com> | 2015-06-12 18:27:25 -0700 |
---|---|---|
committer | James Lu <GLolol1@hotmail.com> | 2015-06-12 18:31:01 -0700 |
commit | 51b82c3c064d3329e9c828e746da4df97e827872 (patch) | |
tree | 79a7e81e5631a0cbfc49b9ef65048c8af4f5f4ae /docs | |
parent | 6d5169671560a20cf0ae11300766e6de073f5b7b (diff) |
m_repeat: fix typo (similiar->similar)
Also update docs/ accordingly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 7899586f8..4f93aa90b 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -895,7 +895,7 @@ who have all of them set."> module). D Delays join messages from users until they message the channel (requires delayjoin module). - E [~*][lines]:[sec]{[:difference]}{[:backlog]} Allows blocking of similiar messages. + E [~*][lines]:[sec]{[:difference]}{[:backlog]} Allows blocking of similar messages. Kicks as default, blocks with ~ and bans with * The last two parameters are optional. F <changes>:<sec> Blocks nick changes when they equal or exceed the diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index 84219dd94..27bd71358 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -179,7 +179,7 @@ LOCKSERV UNLOCKSERV"> module). D Delays join messages from users until they message the channel (requires delayjoin module). - E [~*][lines]:[sec]{[:difference]}{[:backlog]} Allows blocking of similiar messages. + E [~*][lines]:[sec]{[:difference]}{[:backlog]} Allows blocking of similar messages. Kicks as default, blocks with ~ and bans with * The last two parameters are optional. F <changes>:<sec> Blocks nick changes when they equal or exceed the diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 64c9ab0a1..93cf07ee2 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1521,7 +1521,7 @@ #<remove supportnokicks="true" protectedrank="50000"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# A module to block, kick or ban upon similiar messages being uttered several times. +# A module to block, kick or ban upon similar messages being uttered several times. # Syntax [~*][lines]:[sec]{[:difference]}{[:matchlines]} # ~ is to block, * is to ban, default is kick. # lines - In mode 1 the amount of lines that has to match consecutively - In mode 2 the size of the backlog to keep for matching @@ -1732,7 +1732,7 @@ # By default same as the command name. # # method - How should the file be shown? # # * numeric: Send contents using a numeric # -# (similiar to /MOTD; the default). # +# (similar to /MOTD; the default). # # * notice: Send contents as a series of notices. # # * msg: Send contents as a series of private messages. # # colors - If true, color codes (\c, \b, \u, etc.) will be processed # |