Ignore:
File:
1 edited

Legend:

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

    r52d63dc r180ab31  
    175175
    176176<para>
    177 If you want to configure your own channels, you can use the <emphasis>channel set</emphasis> command. See <emphasis>help channels3</emphasis> for more information.
    178 </para>
    179 
    180 </sect1>
    181 
    182 <sect1 id="channels3">
    183 <title>Configuring a control channel</title>
    184 
    185 <para>
    186 The most important setting for a control channel is <emphasis>fill_by</emphasis>. It
    187 tells BitlBee what information should be used to decide if someone should be shown
    188 in the channel or not. After setting this setting to, for example, <emphasis>account</emphasis>, you
    189 also have to set the <emphasis>account</emphasis> setting. Example:
    190 </para>
    191 
    192 <ircexample>
    193         <ircline nick="wilmer">chan set &amp;wlm fill_by account</ircline>
    194         <ircline nick="root">fill_by = `account'</ircline>
    195         <ircline nick="wilmer">chan set &amp;wlm account msn</ircline>
    196         <ircline nick="root">account = `msn'</ircline>
    197 </ircexample>
    198 
    199 <para>
    200 Also, each channel has a <emphasis>show_users</emphasis> setting which lets you
    201 choose, for example, if you want to see only online contacts in a channel, or
    202 also/just offline contacts. Example:
    203 </para>
    204 
    205 <ircexample>
    206         <ircline nick="wilmer">chan set &amp;offline show_users offline</ircline>
    207         <ircline nick="root">show_users = `offline'</ircline>
    208 </ircexample>
    209 
    210 <para>
    211 See the help information for all these settings for more information.
     177If you want to configure your own channels, you can use the <emphasis>channel set</emphasis>.
    212178</para>
    213179
Note: See TracChangeset for help on using the changeset viewer.