IrcClient.part

Leave a _channel.

  1. void part(in char[] channel)
    class IrcClient
    void
    part
    (
    in char[] channel
    )
  2. void part(in char[] channel, in char[] message)

Parameters

channel
Type: char[]

_channel to leave

Throws

$(DPREF exception, UnconnectedClientException) if this client is not connected.

Meta