Join » History » Version 1
Per Amundsen, 02/12/2014 08:25 PM
| 1 | 1 | Per Amundsen | _Added in 1.5_ |
|---|---|---|---|
| 2 | |||
| 3 | */join [-inx] <#channel> [password]* |
||
| 4 | |||
| 5 | Joins a channel. |
||
| 6 | |||
| 7 | *Switches* |
||
| 8 | |||
| 9 | -i - Join the channel to which you were last invited. |
||
| 10 | -n - Minimizes the channel to join. |
||
| 11 | -x - Maximizes the channel to join. |
||
| 12 | |||
| 13 | *Parameters* |
||
| 14 | |||
| 15 | <#channel> - Channel to join. |
||
| 16 | [password] - Channel password if any. |
||
| 17 | |||
| 18 | *Examples* |
||
| 19 | |||
| 20 | <pre> |
||
| 21 | ;Join channel #channel. |
||
| 22 | /join #channel |
||
| 23 | |||
| 24 | ;Join multiple channels. |
||
| 25 | /join #channel,#channel2 password,#channel3 |
||
| 26 | </pre> |