diff options
author | Peter Powell <petpow@saberuk.com> | 2019-11-29 13:46:24 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-11-29 13:48:13 +0000 |
commit | 694c121908d80844a679bbbdf875c639627ec73c (patch) | |
tree | 572ff1a31ef31bce7d25002d6fa7d39fdb0e284d /docs/conf/modules.conf.example | |
parent | df2a3d6fc49ec91b2e0396667df8038fc33b8063 (diff) |
Change the default for <waitpong:sendsnotice> to false.
This message exists for an incredibly rare issue and just confuses
the vast majority of people.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index cee785436..ae747e3a0 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -617,7 +617,7 @@ # killonbadreply - Whether to kill the user if they send the wrong # # PONG reply. # # # -#<waitpong sendsnotice="yes" killonbadreply="yes"> +#<waitpong sendsnotice="no" killonbadreply="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel cycle module: Adds the /CYCLE command which is a server-side |