Hop
From Scriptwiki
Parts the current channel and joins a new one.
/hop [-cn] [#channel] [message]
If no new channel is specified, it parts and rejoins the current channel without closing the window.
Switches
- The -c switch cycles the specified channel by parting and rejoining it.
- The -n switch minimizes the channel window.
Example
/hop #help.script
Parts the active channel and joins #help.script. If no channel is active, parts (if you are joined) and joins #help.script.
/hop -c #help.script
Cycles (parts and joins) #help.script without parting a different active channel.
/hop -cn #help.script
Cycles #help.script without changing it to the active window.