]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Clean special chars from module conf example
authorWade Cline <wadecline@hotmail.com>
Mon, 3 Feb 2020 03:57:14 +0000 (19:57 -0800)
committerSadie Powell <sadie@witchery.services>
Mon, 3 Feb 2020 09:03:24 +0000 (09:03 +0000)
docs/conf/modules.conf.example

index d68248163ae57285a67987e0b21c1c9519eb9712..f3a0e5f8ec7e7f233ff653dac1d67eabe4887493 100644 (file)
 # 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
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # 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">