Channels » History » Version 2
Per Amundsen, 02/15/2023 01:12 PM
| 1 | 1 | Per Amundsen | _Added in 2.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */channels [-adnp] <#channel> [password] [Description]* |
||
| 4 | |||
| 5 | Adds or removes channels from the current server if it's a server saved in the serverlist. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | 2 | Per Amundsen | table(ktable). |
| 10 | |*Switch*|*Description*| |
||
| 11 | | -a | Join the channel on connect. | |
||
| 12 | | -d | Delete the channel. | |
||
| 13 | | -n | Minimize the channel on join. | |
||
| 14 | | -p | Indicates [password] is defined. | |
||
| 15 | 1 | Per Amundsen | |
| 16 | *Parameters* |
||
| 17 | |||
| 18 | 2 | Per Amundsen | table(ktable). |
| 19 | |*Parameter*|*Description*| |
||
| 20 | | <#channel> | The channel to add/modify/delete. | |
||
| 21 | | [password] | Channel password, used with -p. | |
||
| 22 | | [Description] | Channel description. | |
||
| 23 | 1 | Per Amundsen | |
| 24 | *Example* |
||
| 25 | |||
| 26 | <pre> |
||
| 27 | : Add channel #test to the serverlist. |
||
| 28 | /channels #test |
||
| 29 | |||
| 30 | : Add channel #test to the serverlist as a autojoin channel. |
||
| 31 | /channels -a #test |
||
| 32 | |||
| 33 | ; Delete channel #test from the serverlist. |
||
| 34 | /channels -d #test |
||
| 35 | </pre> |