diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-02-11 00:27:56 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-02-11 00:27:56 +0000 |
commit | 23445b601770e612be584294ad066ad45952542f (patch) | |
tree | 98aaef027d3bd605eb2225f7bd04714b92855ba0 | |
parent | 00d6760b5bd611ea70ecacc190a475f5676a02b6 (diff) |
Stop talking about "the control channel" since there isn't necessarily just
one, since 3.0 already.
-rw-r--r-- | doc/user-guide/commands.xml | 22 | ||||
-rw-r--r-- | doc/user-guide/misc.xml | 2 |
2 files changed, 9 insertions, 15 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index bcc8f09e..20023d3a 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -813,16 +813,6 @@ </description> </bitlbee-setting> - <bitlbee-setting name="control_channel" type="string" scope="global"> - <default>&bitlbee</default> - - <description> - <para> - Normally the control channel where you can see all your contacts is called "&bitlbee". 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="chat_type" type="string" scope="channel"> <default>groupchat</default> <possible-values>groupchat, room</possible-values> @@ -870,7 +860,11 @@ <description> <para> - Some debugging messages can be sent to the control channel if you wish. They're probably not really useful for you, unless you're doing some development on BitlBee. + Some debugging messages can be logged if you wish. They're probably not really useful for you, unless you're doing some development on BitlBee. + </para> + + <para> + This feature is not currently used for anything so don't expect this to generate any output. </para> </description> </bitlbee-setting> @@ -881,7 +875,7 @@ <description> <para> - With this value set to <emphasis>root</emphasis>, lines written in the control channel without any nickname in front of them will be interpreted as commands. If you want BitlBee to send those lines to the last person you addressed in the control channel, set this to <emphasis>last</emphasis>. + With this value set to <emphasis>root</emphasis>, lines written in a control channel without any nickname in front of them will be interpreted as commands. If you want BitlBee to send those lines to the last person you addressed in that control channel, set this to <emphasis>last</emphasis>. </para> </description> </bitlbee-setting> @@ -1259,7 +1253,7 @@ <description> <para> - If value is true, messages from users will appear in separate query windows. If false, messages from users will appear in the control channel. + If value is true, messages from users will appear in separate query windows. If false, messages from users will appear in a control channel. </para> <para> @@ -1396,7 +1390,7 @@ <description> <para> - Some IRC clients parse quit messages sent by the IRC server to see if someone really left or just disappeared because of a netsplit. By default, BitlBee tries to simulate netsplit-like quit messages to keep the control channel window clean. If you don't like this (or if your IRC client doesn't support this) you can disable this setting. + Some IRC clients parse quit messages sent by the IRC server to see if someone really left or just disappeared because of a netsplit. By default, BitlBee tries to simulate netsplit-like quit messages to keep the control channels window clean. If you don't like this (or if your IRC client doesn't support this) you can disable this setting. </para> </description> </bitlbee-setting> diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index 1101ee49..3eb5dd68 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -55,7 +55,7 @@ BitlBee now supports groupchats on all IM networks. This text will try to explai </para> <para> -As soon as someone invites you into a groupchat, you will be force-joined or invited (depending on the protocol) into a new virtual channel with all the people in there. You can leave the channel at any time, just like you would close the window in regular IM clients. Please note that root-commands don't work in groupchat channels, they only work in the control channel (or to root directly). +As soon as someone invites you into a groupchat, you will be force-joined or invited (depending on the protocol) into a new virtual channel with all the people in there. You can leave the channel at any time, just like you would close the window in regular IM clients. Please note that root-commands don't work in groupchat channels, they only work in control channels (or to root directly). </para> <para> |