diff options
Diffstat (limited to 'doc/user-guide')
| -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> | 
