IrcClient.part

Leave a _channel.

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

Parameters

channel char[]

_channel to leave

Throws

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

Meta