diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-18 21:12:55 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-18 21:12:55 +0100 |
commit | 4f22a68c5d1dfd0d1da8b44c3a9d60a7754633b7 (patch) | |
tree | f0200cbad80818e484cd43b99a7f461cd8a8b159 /doc/user-guide | |
parent | 3e59c8d79ae39d8c1412c2bbf8dced6ded74af6f (diff) |
Automatically operate on the current channel if just using "channel set".
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 2f5c961a..ae2d76fb 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -210,10 +210,10 @@ </bitlbee-command> <bitlbee-command name="set"> - <syntax>channel <channel id> set</syntax> - <syntax>channel <channel id> set <setting></syntax> - <syntax>channel <channel id> set <setting> <value></syntax> - <syntax>channel <channel id> set -del <setting></syntax> + <syntax>channel [<channel id>] set</syntax> + <syntax>channel [<channel id>] set <setting></syntax> + <syntax>channel [<channel id>] set <setting> <value></syntax> + <syntax>channel [<channel id>] set -del <setting></syntax> <description> <para> @@ -225,7 +225,7 @@ </para> <para> - The channel ID can be a number (see <emphasis>channel list</emphasis>), or (part of) its name, as long as it matches only one channel. + The channel ID can be a number (see <emphasis>channel list</emphasis>), or (part of) its name, as long as it matches only one channel. If you want to change settings of the current channel, you can omit the channel ID. </para> </description> </bitlbee-command> |