From WikiChip
Difference between revisions of "mirc/commands/part"
m (Bot: Adding a template) |
m (Bot: de-linking old mIRC menu) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/part Command}} | ||
The '''/part command''' is used when you want to depart/leave a specific channel, or the current active channel. This command also allows you to specify a parting message, which will display to the remaining users a custom message in the server's PART message. | The '''/part command''' is used when you want to depart/leave a specific channel, or the current active channel. This command also allows you to specify a parting message, which will display to the remaining users a custom message in the server's PART message. | ||
Line 39: | Line 40: | ||
== Compatibility == | == Compatibility == | ||
Added: 3.3 - 3.4 | Added: 3.3 - 3.4 | ||
− | |||
− | |||
== See also == | == See also == | ||
− | * | + | * {{mIRC|/partall}} |
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|part command - mIRC]] |
Latest revision as of 18:34, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /part command is used when you want to depart/leave a specific channel, or the current active channel. This command also allows you to specify a parting message, which will display to the remaining users a custom message in the server's PART message.
Synopsis[edit]
/part [[#][PartMessage]] [PartMessage]
Note: All parameters are optional.
Switches[edit]
None
Parameters[edit]
- #
- The optional name of a channel you wish to part from. If left blank, mIRC will attempt to part from the active channel.
- PartMessage
- Specifies the part message you want the server to display to the remaining users.
Note: If you do not specify a channel, the part message can be typed in place of the channel name; whereas if you specify a channel, you can also, optionally, include a part message.
Examples[edit]
Part Active Channel
/part
Part Active Channel With Part Message
/part See ya!
Part Specific Channel
/part #ChannelName
Part Specific Channel With Part Message
/part #ChannelName See ya!
Compatibility[edit]
Added: 3.3 - 3.4
See also[edit]
mIRC commands list