diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-05 14:03:31 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-04-05 14:03:31 +0100 |
commit | 1195cecc99315c9c38e05c8dd0981792e7663583 (patch) | |
tree | d7c90c89b22b928fa8069e6a966d00821ec731f5 /doc/user-guide | |
parent | f35aee7fdfc66138d0525a0a7b9e02ccb1aaaec7 (diff) |
Changed root nicknames are now saved. (Bug #378)
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index c45727b9..6d77f8cd 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -588,6 +588,16 @@ </description> </bitlbee-setting> + <bitlbee-setting name="root_nick" type="string" scope="global"> + <default>root</default> + + <description> + <para> + Normally the "bot" that takes all your BitlBee commands is called "root". If you don't like this name, you can rename it to anything else using the <emphasis>rename</emphasis> command, or by changing this setting. + </para> + </description> + </bitlbee-setting> + <bitlbee-setting name="save_on_quit" type="boolean" scope="global"> <default>true</default> |