From WikiChip
Difference between revisions of "mirc/commands/hop"
m (Bot: Adding a template) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{mirc title|/hop Command}} |
The '''/hop command''' parts the current channel and joins a new one. If no channel was specified, mIRC will part and join the current channel without closing the window. | The '''/hop command''' parts the current channel and joins a new one. If no channel was specified, mIRC will part and join the current channel without closing the window. | ||
== Synopsis == | == Synopsis == | ||
− | /hop - | + | /hop -cnmdx [#channel] [message] |
== Switches == | == Switches == | ||
* '''-c''' - Cycles the specified channel by parting and rejoining it | * '''-c''' - Cycles the specified channel by parting and rejoining it | ||
* '''-n''' - Minimizes the channel window | * '''-n''' - Minimizes the channel window | ||
+ | * '''-x''' - maximizes the channel window. | ||
+ | * '''-m''' - sets the mdi state for the channel window. | ||
+ | * '''-d''' - set the desktop state for the channel window | ||
+ | |||
== Parameters == | == Parameters == | ||
Line 29: | Line 33: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|hop command - mIRC]] |
Latest revision as of 11:50, 12 July 2020
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /hop command parts the current channel and joins a new one. If no channel was specified, mIRC will part and join the current channel without closing the window.
Synopsis[edit]
/hop -cnmdx [#channel] [message]
Switches[edit]
- -c - Cycles the specified channel by parting and rejoining it
- -n - Minimizes the channel window
- -x - maximizes the channel window.
- -m - sets the mdi state for the channel window.
- -d - set the desktop state for the channel window
Parameters[edit]
- [#channel] - This optional parameter can be used to specify which user from the address book to select. The user must already be in your address book.
- [message] - The part message to be sent
Example[edit]
/* Suppose you are on #Foo; Part #Foo with "moving on" message and join #Bar */ /hop #Bar moving on
Compatibility[edit]
Added: mIRC v5.71
Added on: 07 May 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list