IChannel Interface | 
Namespace: AdiIRCAPI
The IChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| BanList | 
            Returns the IChannel ban list
              | |
| ChannelLimit | 
            Gets the IChannel channellimit
              | |
| ChannelModeArgs | 
            Returns the IChannel channel modes with arguments
              | |
| ChannelModes | 
            Gets the IChannel mode
              | |
| ChannelPassword | 
            Gets the IChannel password
              | |
| Editbox | 
            Returns the IEditbox for the IChannel window (can be null)
              | |
| ExceptList | 
            Returns the IChannel except list
              | |
| GetUsers | 
            Gets a collection of users in the IChannel
              | |
| InviteList | 
            Returns the IChannel invite list
              | |
| IsInviteOnly | 
            Gets whether the IChannel is invite only
              | |
| IsModerated | 
            Gets whether the IChannel is moderated
              | |
| IsPrivate | 
            Gets whether the IChannel is private
              | |
| IsSecret | 
            Gets whether the IChannel is secret
              | |
| Name | 
            Get the IChannel name
              | |
| NoExternalMsgs | 
            Gets whether the IChannel can recive external messages
              | |
| OnlyOpsSetTopic | 
            Gets whether only operators can set topic in IChannel
              | |
| QuietList | 
            Returns the IChannel quiet list
              | |
| Server | 
            Get the IServer associated with this IChannel
              | |
| Topic | 
            Get the IChannel topic
              | |
| TopicSetAt | 
            Get date of when the current topic was set
              | |
| TopicSetBy | 
            Get nick of whom set the current topic
              | |
| Window | 
            returns the IWindow associated with this IChannel
              |