- Timestamp:
- 2010-07-18T15:12:35Z (14 years ago)
- Branches:
- master
- Children:
- 3e59c8d
- Parents:
- f1d488e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
rf1d488e r2efb69b 246 246 247 247 <bitlbee-command name="add"> 248 <syntax>chat add <account > <room> [<channel>]</syntax>248 <syntax>chat add <account id> <room> [<channel>]</syntax> 249 249 250 250 <description> … … 277 277 <bitlbee-command name="add"> 278 278 <short-description>Add a buddy to your contact list</short-description> 279 <syntax>add < connection> <handle> [<nick>]</syntax>280 <syntax>add -tmp < connection> <handle> [<nick>]</syntax>279 <syntax>add <account id> <handle> [<nick>]</syntax> 280 <syntax>add -tmp <account id> <handle> [<nick>]</syntax> 281 281 282 282 <description> … … 287 287 <para> 288 288 If you want, you can also tell BitlBee what nick to give the new contact. The -tmp option adds the buddy to the internal BitlBee structures only, not to the real contact list (like done by <emphasis>set handle_unknown add</emphasis>). This allows you to talk to people who are not in your contact list. This normally won't show you any presence notifications. 289 </para> 290 291 <para> 292 If you use this command in a control channel containing people from only one group, the new contact will be added to that group automatically. 289 293 </para> 290 294 </description> … … 1356 1360 </bitlbee-command> 1357 1361 1358 <bitlbee-command name="nick"> 1359 <short-description>Change friendly name, nick</short-description> 1360 <syntax>nick <connection> [<new nick>]</syntax> 1361 <syntax>nick <connection></syntax> 1362 1363 <description> 1364 <para> 1365 Deprecated: Use the per-account <emphasis>display_name</emphasis> setting to read and change this information. 1366 </para> 1367 </description> 1368 1369 <ircexample> 1370 <ircline nick="wouter">account 1 set display_name "The majestik møøse"</ircline> 1371 <ircline nick="root">display_name = `The majestik møøse'</ircline> 1372 </ircexample> 1373 1362 <bitlbee-command name="group"> 1363 <short-description>Contact group management</short-description> 1364 <syntax>group list</syntax> 1365 1366 <description> 1367 <para> 1368 Only the <emphasis>group list</emphasis> command is supported at the moment, which shows a list of all groups defined so far. 1369 </para> 1370 </description> 1374 1371 </bitlbee-command> 1375 1372
Note: See TracChangeset
for help on using the changeset viewer.