Changeset 8e9e2b7 for doc/user-guide
- Timestamp:
- 2010-10-03T02:45:26Z (14 years ago)
- Branches:
- master
- Children:
- 04f0c10
- Parents:
- 88de0c9 (diff), 2af3e23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- doc/user-guide
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r88de0c9 r8e9e2b7 1655 1655 Only the <emphasis>group list</emphasis> command is supported at the moment, which shows a list of all groups defined so far. 1656 1656 </para> 1657 1658 <para> 1659 If you want to move contacts between groups, you can use the IRC <emphasis>/invite</emphasis> command. Also, if you use the <emphasis>add</emphasis> command in a control channel configured to show just one group, the new contact will automatically be added to that group. 1660 </para> 1657 1661 </description> 1658 1662 </bitlbee-command> -
doc/user-guide/misc.xml
r88de0c9 r8e9e2b7 175 175 176 176 <para> 177 If you want to configure your own channels, you can use the <emphasis>channel set</emphasis>. 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 &wlm fill_by account</ircline> 194 <ircline nick="root">fill_by = `account'</ircline> 195 <ircline nick="wilmer">chan set &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 &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. 178 212 </para> 179 213 … … 234 268 </sect1> 235 269 270 <sect1 id="whatsnew010206"> 271 <title>New stuff in BitlBee 1.2.6</title> 272 273 <para> 274 Twitter support. See <emphasis>help account add twitter</emphasis>. 275 </para> 276 </sect1> 277 278 <sect1 id="whatsnew010300"> 279 <title>New stuff in BitlBee 1.3dev</title> 280 281 <para> 282 Support for multiple configurable control channels, each with a subset of 283 your contact list. See <emphasis>help channels</emphasis> for more 284 information. 285 </para> 286 287 <para> 288 File transfer support for some protocols (more if you use libpurple). Just 289 /DCC SEND stuff. Incoming files also become DCC transfers. 290 </para> 291 292 <para> 293 Only if you run your own BitlBee instance: You can build a BitlBee that uses 294 libpurple for connecting to IM networks instead of its own code, adding 295 support for some of the more obscure IM protocols and features. 296 </para> 297 298 <para> 299 Many more things, briefly described in <emphasis>help news1.3</emphasis>. 300 </para> 301 </sect1> 302 236 303 <sect1 id="news1.3"> 237 <title>New stuff in BitlBee 1.3dev </title>304 <title>New stuff in BitlBee 1.3dev (details)</title> 238 305 239 306 <para>
Note: See TracChangeset
for help on using the changeset viewer.