diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-25 01:04:18 +0200 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-25 01:04:18 +0200 | 
| commit | 601e81362bbf4e4d1e686334b35d3bdcd87314d2 (patch) | |
| tree | 53ed2250bfc35b9e8da568b6f624a530d323ef32 /doc/user-guide | |
| parent | 46ad029950221205d1eb6201ec2f01c7231876c2 (diff) | |
| parent | fc630f9fb47690c30feaf4738727a213d633afc9 (diff) | |
[merge] Wilmer
Diffstat (limited to 'doc/user-guide')
| -rw-r--r-- | doc/user-guide/commands.xml | 16 | 
1 files changed, 15 insertions, 1 deletions
| diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index b04a6b0a..44a9882f 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 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. +			</para>  		</description>  		<ircexample> @@ -196,11 +201,16 @@  		<short-description>Block someone</short-description>  		<syntax>block <nick></syntax>  		<syntax>block <connection> <handle></syntax> +		<syntax>block <connection></syntax>  		<description>  			<para>  				Puts the specified user on your ignore list. Either specify the user's nick when you have him/her in your contact list or a connection number and a user handle.  			</para> +			 +			<para> +				When called with only a connection specification as an argument, the command displays the current block list for that connection. +			</para>  		</description>  	</bitlbee-command> @@ -213,6 +223,10 @@  			<para>  				Reverse of block. Unignores the specified user or user handle on specified connection.  			</para> +			 +			<para> +				When called with only a connection specification as an argument, the command displays the current allow list for that connection. +			</para>  		</description>  	</bitlbee-command> @@ -606,7 +620,7 @@  			</para>  			<para> -				To identify yourself in later sessions, you can use the <emphasis>identify</emphasis> command. +				To identify yourself in later sessions, you can use the <emphasis>identify</emphasis> command. To change your password later, you can use the <emphasis>set password</emphasis> command.  			</para>  		</description> | 
