diff options
| author | 2019-09-14 13:11:01 -0500 | |
|---|---|---|
| committer | 2019-09-14 21:18:46 +0100 | |
| commit | 6a0155101e09ecf48858d73dab17400777cbe668 (patch) | |
| tree | 7955775e258b67612e9f6e405bdf15f1ef713d92 | |
| parent | m_alias: Add option to strip colors when matching (diff) | |
Document <alias:stripcolor>
| -rw-r--r-- | docs/conf/modules.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 3bf1c2e99..f15276b47 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -116,6 +116,10 @@ # to successfully trigger. If they are not, then # # the user receives a 'no such nick' 401 numeric. # # # +# stripcolor - If this is true, the text from the user will be # +# stripped of color and format codes before # +# matching against 'text'. # +# # # uline - Setting this to true will ensure that the user # # given in 'requires' is also on a U-lined server, # # as well as actually being on the network. If the # |
