- Timestamp:
- 2010-07-18T20:12:55Z (14 years ago)
- Branches:
- master
- Children:
- 94d5da9c
- Parents:
- 3e59c8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r3e59c8d r4f22a68c 211 211 212 212 <bitlbee-command name="set"> 213 <syntax>channel <channel id>set</syntax>214 <syntax>channel <channel id>set <setting></syntax>215 <syntax>channel <channel id>set <setting> <value></syntax>216 <syntax>channel <channel id>set -del <setting></syntax>213 <syntax>channel [<channel id>] set</syntax> 214 <syntax>channel [<channel id>] set <setting></syntax> 215 <syntax>channel [<channel id>] set <setting> <value></syntax> 216 <syntax>channel [<channel id>] set -del <setting></syntax> 217 217 218 218 <description> … … 226 226 227 227 <para> 228 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. 228 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. 229 229 </para> 230 230 </description>
Note: See TracChangeset
for help on using the changeset viewer.