Project

General

Profile

Join » History » Version 2

Per Amundsen, 02/16/2023 12:53 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 2 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -i | Join the channel to which you were last invited. |
12
| -n | Minimizes the channel to join. |
13
| -x | Maximizes the channel to join. |
14 1 Per Amundsen
15
*Parameters*
16
17 2 Per Amundsen
table(ktable).
18
|*Parameter*|*Description*|
19
| <#channel> | Channel to join. |
20
| [password] | Channel password if any. |
21 1 Per Amundsen
22
*Examples*
23
24
<pre>
25
;Join channel #channel.
26
/join #channel
27
28
;Join multiple channels.
29
/join #channel,#channel2 password,#channel3
30
</pre>