diff options
author | Wade Cline <wadecline@hotmail.com> | 2020-02-02 19:57:14 -0800 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-02-03 09:03:24 +0000 |
commit | 74fa2e5b3d1255ba795e95ccfb9f00659b891afa (patch) | |
tree | bd3f0f3f1687c7abfa31a2b4bc734136b6a4844c /docs | |
parent | aed712ba8e087232fcd9f71db4311687a7ce4398 (diff) |
Clean special chars from module conf example
Diffstat (limited to 'docs')
-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 d68248163..f3a0e5f8e 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -177,7 +177,7 @@ # users that send overly capitalised messages to channels. Unlike the # blockcaps module this module is more flexible as it has more options # for punishment and allows channels to configure their own punishment -# policies. +# policies. #<module name="anticaps"> # # You may also configure the characters which anticaps considers to be @@ -1177,7 +1177,7 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 client-to-client tags module: Provides the message-tags IRCv3 -# extension which allows clients to add extra data to their messages. +# extension which allows clients to add extra data to their messages. # This is used to support new IRCv3 features such as replies and ids. #<module name="ircv3_ctctags"> |