Your IP : 216.73.216.48
# $EPIC: part,v 1.5 2002/07/05 12:26:38 wd Exp $
Synopsis:
part <channel>|* [<part message>]
Description:
When you wish to leave a channel, you "PART" it. After you have
parted a channel you are no longer a member of that channel, you are
no longer a channel operator or a channel voice, and you will no longer
receive any messages sent to the channel.
The "magic" channel star ("*") is a substitute for your current window's
current channel.
You may part more than one channel at a time, by separating each channel
name with commas. You may not specify the magic star channel with any
other channel names; it must be used alone. The LEAVE alias that is
provided by 2.8script does not have this restriction.
When you part a channel, all other members of the channel are notified.
Some servers permit you to give a "part message" which will be shown to
the other members of the channel. As with all server extension, whether
or not you can do this varies from server to server.
Examples:
To leave channel #foobar with a reason:
/part #foobar I'm going to #fubar, it's cooler!
To leave your current channel:
/part *
To leave channels #foo and #bar at the same time:
/part #foo,#bar
See Also:
2.8script(8); join(1); on(5) leave