diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-06-26 01:52:04 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-06-26 01:52:04 +0200 |
commit | 8320bcc9df1ea89a47257c9f9c70aa6d476beaa8 (patch) | |
tree | db7b34f9a1baf4e578229e3f6096b1c6f21b8dd4 /docs/conf/modules.conf.example | |
parent | 9675ce9553649740e4b0c9671d6ab0e447edf86b (diff) | |
parent | 51b82c3c064d3329e9c828e746da4df97e827872 (diff) |
Merge pull request #1059 from OVERdrive-IRC/m_repeat/fix-typo
m_repeat: fix typo (similiar->similar)
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index e4590ca96..40dfadbe7 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1523,7 +1523,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 @@ -1734,7 +1734,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 # |