Project

General

Profile

Hop » History » Version 1

Per Amundsen, 02/12/2014 02:24 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
-c - cycles the specified channel by parting and rejoining it.
10
-n - minimizes the channel window.
11
12
*Parameters*
13
14
[#channel] - #channel to rejoin.
15
[message] - Part message to send to the #channel.
16
17
*Example*
18
19
<pre>
20
;Part/Join #channel.
21
/hop #channel BrB
22
</pre>