Hop » History » Version 2
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 | 2 | Per Amundsen | [#channel] - #channel to (re)join. |
15 | 1 | Per Amundsen | [message] - Part message to send to the #channel. |
16 | |||
17 | *Example* |
||
18 | |||
19 | <pre> |
||
20 | ;Part/Join #channel. |
||
21 | /hop #channel BrB |
||
22 | </pre> |