diff options
author | iwalkalone <iwalkalone69@users.noreply.github.com> | 2020-07-22 15:31:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 14:31:55 +0100 |
commit | c2218abac11a2ddaff197f93721818efdcc9ae01 (patch) | |
tree | a775efb05976755b10b5000a594be0bff2827745 /docs | |
parent | 2d91e8b050914f30b2f80b117f2db5b5bdbfd552 (diff) |
Allow disabling the timedbans set/unset notices (#1789).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index fbd29ffca..2e50977bd 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2284,6 +2284,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Timed bans module: Adds timed channel bans with the /TBAN command. #<module name="timedbans"> +# By default, it sends a notice to channel operators when timed ban is +# set and when it is removed by server. +#<timedbans sendnotice="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Test line module: Adds the /TLINE command, used to test how many |