Client.leaveChannel

Parts from a list of channel(s) in one go

  1. void leaveChannel(string[] channels)
    class Client
    void
    leaveChannel
    (
    string[] channels
    )
  2. void leaveChannel(string channel)

Parameters

channels string[]

the list of channels to part from

Throws

BirchwoodException if the channels list is empty or there are illegal characters present

Meta