Changeset 772 in code for trunk/doc/soju.1.scd
- Timestamp:
- Feb 7, 2022, 8:33:16 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/soju.1.scd
r771 r772 237 237 To clear all commands, set it to the empty string. 238 238 239 *network update* <name>[options...]239 *network update* [name] [options...] 240 240 Update an existing network. The options are the same as the 241 241 _network create_ command. … … 244 244 network. 245 245 246 *network delete* <name> 246 If _name_ is not specified, the current network is updated. 247 248 *network delete* [name] 247 249 Disconnect and delete a network. 248 250 249 *network quote* <name> <command> 251 If _name_ is not specified, the current network is deleted. 252 253 *network quote* [name] <command> 250 254 Send a raw IRC line as-is to a network. 255 256 If _name_ is not specified, the command is sent to the current network. 251 257 252 258 *network status*
Note:
See TracChangeset
for help on using the changeset viewer.