diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-05 18:31:57 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-05 18:31:57 +0200 |
commit | ea3a26d921acd43a627f750eb9aa7949ba2036a5 (patch) | |
tree | d1100f6339e91b415f61fa46cc461dd62d8a2baf | |
parent | 2b13c3c90d246ce032890fd8cd040ddb00c2767e (diff) |
Added add -tmp to the docs.
-rw-r--r-- | doc/user-guide/commands.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index bd6e6c26..fa189f7c 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -140,6 +140,7 @@ <bitlbee-command name="add"> <short-description>Add a buddy to your contact list</short-description> <syntax>add <connection> <handle> [<nick>]</syntax> + <syntax>add -tmp <connection> <handle> [<nick>]</syntax> <description> <para> @@ -149,6 +150,10 @@ <para> If you want, you can also tell BitlBee what nick to give the new contact. Of course you can also use the <emphasis>rename</emphasis> command for that, but sometimes this might be more convenient. </para> + + <para> + Adding -tmp only adds the buddy to the internal BitlBee structures, not to the real contact list (like done by <emphasis>set handle_unknown add</emphasis>). This allows you to talk to people outside your contact list. + </para> </description> <ircexample> |