Project

General

Profile

Hop » History » Version 3

Per Amundsen, 02/16/2023 12:43 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/hop [-cn] [#channel] [message]*
4
5
Parts the current channel and joins a new one. If no new channel is specified, it parts and rejoins the current channel without closing the window.
6
7
*Switches*
8
9 3 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -c | cycles the specified channel by parting and rejoining it. |
12
| -n | minimizes the channel window. |
13 1 Per Amundsen
14
*Parameters*
15
16 3 Per Amundsen
table(ktable).
17
|*Parameter*|*Description*|
18
| [#channel] | #channel to (re)join. |
19
| [message] | Part message to send to the #channel. |
20 1 Per Amundsen
21
*Example*
22
23
<pre>
24
;Part/Join #channel.
25
/hop #channel BrB
26
</pre>