aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-19 14:51:58 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-19 14:51:58 +0100
commit5a48afdf1a4dafcda8eecf42fc7cabb12ee48b40 (patch)
tree8dd65a1e8e4d006f3f8bdefacd798968f808361e
parenta0a3de6d5866e101fcc296f5c31735b47164d561 (diff)
Slight documentation fix: "both" is no longer a valid scope for a setting since
there are three possible scopes now.
-rw-r--r--doc/user-guide/commands.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 60e1cf61..3a9202dc 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -647,7 +647,7 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="auto_connect" type="boolean" scope="both">
+ <bitlbee-setting name="auto_connect" type="boolean" scope="account,global">
<default>true</default>
<description>
@@ -671,7 +671,7 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="auto_reconnect" type="boolean" scope="both">
+ <bitlbee-setting name="auto_reconnect" type="boolean" scope="account,global">
<default>true</default>
<description>
@@ -725,7 +725,7 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="away" type="string" scope="both">
+ <bitlbee-setting name="away" type="string" scope="account,global">
<description>
<para>
To mark yourself as away, it is recommended to just use <emphasis>/away</emphasis>, like on normal IRC networks. If you want to mark yourself as away on only one IM network, you can use this per-account setting.
@@ -1075,7 +1075,7 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="nick_format" type="string" scope="both">
+ <bitlbee-setting name="nick_format" type="string" scope="account,global">
<default>%-@nick</default>
<description>
@@ -1168,7 +1168,7 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="password" type="string" scope="both">
+ <bitlbee-setting name="password" type="string" scope="account,global">
<description>
<para>
Use this global setting to change your "NickServ" password.
@@ -1396,10 +1396,10 @@
</description>
</bitlbee-setting>
- <bitlbee-setting name="status" type="string" scope="both">
+ <bitlbee-setting name="status" type="string" scope="account,global">
<description>
<para>
- Certain protocols (like Jabber/XMPP) support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy.
+ Most IM protocols support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy.
</para>
<para>
@@ -1407,7 +1407,7 @@
</para>
<para>
- Away states set using <emphasis>/away</emphasis> or the <emphasis>away</emphasis> setting will override this setting. To un-set the setting, use <emphasis>set -del status</emphasis>.
+ Away states set using <emphasis>/away</emphasis> or the <emphasis>away</emphasis> setting will override this setting. To clear the setting, use <emphasis>set -del status</emphasis>.
</para>
</description>
</bitlbee-setting>