See: Description
Interface | Description |
---|---|
Actor |
Represents an entity on an IRC server which can perform actions.
|
CapabilityState |
Reflects a capability state as told by the server.
|
Channel |
Represents an IRC channel.
|
Channel.Commands |
Provides commands.
|
Channel.Topic |
Information about the channel's topic.
|
ClientLinked |
Represents something which has a
Client . |
ISupportParameter |
Represents an ISUPPORT parameter sent by the server.
|
ISupportParameter.CaseMapping |
Represents the
CaseMapping
supported by the server. |
ISupportParameter.ChanLimit |
Represents the join limit of channels by prefix.
|
ISupportParameter.ChanModes |
Represents the channel modes supported.
|
ISupportParameter.ChannelLen |
Represents the length limit of channels.
|
ISupportParameter.ChanTypes |
Represents the channel prefixes supported.
|
ISupportParameter.IntegerParameter |
Represents a parameter which always has an integer value.
|
ISupportParameter.Modes |
Represents the number of modes with parameters allowed per line.
|
ISupportParameter.Network |
Represents the network name.
|
ISupportParameter.NickLen |
Represents the limit to nickname length.
|
ISupportParameter.Prefix |
Represents channel user modes (which define nick prefix).
|
ISupportParameter.TopicLen |
Represents the length limit of topics.
|
ISupportParameter.WhoX |
Represents support for WHOX.
|
MessageReceiver |
Represents an
Actor capable of receiving messages. |
MessageTag |
Reflects a message tag.
|
MessageTag.Time |
Represents the 'time' tag as specified by the 'server-time' extension.
|
Server |
Represents an IRC server.
|
ServerMessage |
Represents a message sent by the server.
|
ServerMessage.NumericCommandServerMessage |
Represents a message with a numeric command.
|
ServerMessage.StringCommandServerMessage |
Represents a message with a String command.
|
Snapshot |
Represents a snapshot of an element.
|
Staleable |
A snapshot that can be noticeably stale.
|
User |
Represents an IRC user.
|
WhoisData |
Describes WHOIS data received.
|
Copyright © 2013–2019 Kitteh. All rights reserved.