JoinLeaveEventArgs GetChannelList Method NetIRC2 IRC Client Library for .NET
Gets the list of channels joined or left.

Namespace: NetIrc2.Events
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IrcString[] GetChannelList()

Return Value

An array of channel names.
See Also