IChannel Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IChannel : IWindow
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.1
|
![]() | ChannelModes |
Gets the IChannel mode.
|
![]() | ChannelPassword |
Gets the IChannel password (if any).
|
![]() | Editbox |
Returns the IEditbox associated with this IWindow.
(Inherited from IWindow.) |
![]() | ExceptList |
Returns the IChannel except list.
|
![]() | GetUsers |
Gets a collection of IChannelUsers in the IChannel.
Deprecated, use Users instead.
|
![]() | InviteList |
Returns the IChannel invite list.
|
![]() | IsInviteOnly |
Gets whether the IChannel is invite only.
|
![]() | IsMdiChild |
Returns whether the IWindow is a MDI child.
(Inherited from IWindow.) |
![]() | IsModerated |
Gets whether the IChannel is moderated.
|
![]() | IsPrivate |
Gets whether the IChannel is private.
|
![]() | IsSecret |
Gets whether the IChannel is secret.
|
![]() | LogFile |
Returns the name of the log file associated with this IWindow.
(Inherited from IWindow.) |
![]() | Name |
Return the name of the IWindow.
(Inherited from IWindow.) |
![]() | Nicklist |
Returns the INicklist associated with this IWindow.
(Inherited from IWindow.) |
![]() | NoExternalMsgs |
Gets whether the IChannel can recive external messages.
|
![]() | OnlyOpsSetTopic |
Gets whether only operators can set topic in IChannel.
|
![]() | PictureWindow |
Returns whether the IWindow is a picture window.
(Inherited from IWindow.) |
![]() | QuietList |
Returns the IChannel quiet list.
|
![]() | RealWindowName |
Return the internal window name of the IWindow.
(Inherited from IWindow.) |
![]() | Server |
Returns the IServer associated with this IWindow.
(Inherited from IWindow.) |
![]() | TextView |
Returns the ITextView associated with this IWindow.
(Inherited from IWindow.) |
![]() | Title |
Returns the IWindow title text.
(Inherited from IWindow.) |
![]() | Topic |
Gets the IChannel topic.
|
![]() | TopicSetAt |
Get date of when the current topic was set.
|
![]() | TopicSetBy |
Get nick of whom set the current topic.
|
![]() | UnreadMessages |
Returns number of unread messages in this IWindow.
(Inherited from IWindow.) |
![]() | Users |
Gets a collection of IChannelUsers in the IChannel.
|
![]() | Visible |
Returns whether the IWindow is visible.
(Inherited from IWindow.) |
![]() | WindowHandle |
Return the IWindow window handle.
(Inherited from IWindow.) |
![]() | WindowId |
Returns the window id of this IWindow.
(Inherited from IWindow.) |
![]() | WindowState |
Returns the IWindow window state.
(Inherited from IWindow.) |
Name | Description | |
---|---|---|
![]() | Evaluate |
Evaluates identifiers in a script line to this IWindow.
(Inherited from IWindow.) |
![]() | ExecuteCommand |
Executes a /command to this IWindow.
Using double slashes //command parses and executes the command as a script in this IWindow.
(Inherited from IWindow.) |
![]() | OutputText |
Outputs a message to this IWindow.
(Inherited from IWindow.) |