diff options
| author | 2018-07-28 09:23:14 +0100 | |
|---|---|---|
| committer | 2018-09-18 12:30:15 +0100 | |
| commit | 0378d0f5826cfcd506595e60a44bf4af89d78bf8 (patch) | |
| tree | 72dd9c3679f6024f02aed03d6d6d289528847dcb /docs | |
| parent | Improvements and bugfixes to the cgiirc module. (diff) | |
Merge m_noctcp_user into m_noctcp.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 9ee8bf819..7823e2d30 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1340,9 +1340,13 @@ #<module name="nicklock"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# No CTCP module: Adds the channel mode +C to block CTCPs and extban -# 'C' to block CTCPs sent by specific users. +# No CTCP module: Adds the channel mode +C and user mode +T to block +# CTCPs and extban 'C' to block CTCPs sent by specific users. #<module name="noctcp"> +# +# The +T user mode is not enabled by default to enable link compatibility +# with 2.0 servers. You can enable it by uncommenting this: +#<noctcp enableumode="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # No kicks module: Adds the +Q channel mode and the Q: extban to deny |
