Changeset 90254d0 for doc


Ignore:
Timestamp:
2016-12-26T00:18:55Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
df291a6
Parents:
0483e1e
git-author:
dequis <dx@…> (24-12-16 04:56:45)
git-committer:
dequis <dx@…> (26-12-16 00:18:55)
Message:

Add nick_lowercase and nick_underscores settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r0483e1e r90254d0  
    10371037        </bitlbee-setting>
    10381038
    1039         <bitlbee-setting name="lcnicks" type="boolean" scope="global">
    1040                 <default>true</default>
    1041 
    1042                 <description>
    1043                         <para>
    1044                                 Hereby you can change whether you want all lower case nick names or leave the case as it intended by your peer.
    1045                         </para>
    1046                 </description>
    1047 
    1048         </bitlbee-setting>
    1049 
    10501039        <bitlbee-setting name="local_display_name" type="boolean" scope="account">
    10511040                <default>false</default>
     
    12121201                        </para>
    12131202                </description>
     1203        </bitlbee-setting>
     1204
     1205        <bitlbee-setting name="nick_lowercase" type="boolean" scope="global">
     1206                <default>true</default>
     1207
     1208                <description>
     1209                        <para>
     1210                                If enabled, all nicknames are turned into lower case.
     1211                        </para>
     1212
     1213                        <para>
     1214                                See also the <emphasis>nick_underscores</emphasis> setting. This setting was previously known as <emphasis>lcnicks</emphasis>.
     1215                        </para>
     1216                </description>
     1217
     1218        </bitlbee-setting>
     1219
     1220        <bitlbee-setting name="nick_underscores" type="boolean" scope="global">
     1221                <default>true</default>
     1222
     1223                <description>
     1224                        <para>
     1225                                If enabled, spaces in nicknames are turned into underscores instead of being stripped.
     1226                        </para>
     1227
     1228                        <para>
     1229                                See also the <emphasis>nick_lowercase</emphasis> setting.
     1230                        </para>
     1231                </description>
     1232
    12141233        </bitlbee-setting>
    12151234
Note: See TracChangeset for help on using the changeset viewer.