|
Class Summary |
| AutoJoin |
AutoJoin joins a group if the IRCConnection is ready. |
| AutoReconnect |
AutoReconnect performs the job of reconnecting to the server, if
the connection is terminated unexpectedly. |
| AutoRegister |
AutoRegister performs the task of registering the user with the server
once connected, including finding an appropriate nickname to use if the
desired one is taken. |
| AutoResponder |
AutoResponder is where commands that should be auto-responded (such
as PING-PONG) should go. |
| ClientStateMonitor |
ClientStateMonitor asks commands to update the client state. |
| CommandRegister |
CommandRegister is basically a big hashtable that maps IRC
identifiers to command objects that can be used as factories to
do self-parsing. |
| CronManager |
|
| Debug |
Aids in debugging and logging for martyr. |
| FAQ |
Some Frequenty Asked Questions. |
| GenericAutoService |
Provides a framework for an auto service. |
| GenericCommandAutoService |
Provides a framework for an auto service that operates with
InCommands. |
| IRCConnection |
IRCConnection is the core class for Martyr. |
| Mode.Sign |
Finally, the Sign enumeration. |
| State |
A simple container for state constants. |
| TimerTaskCommand |
This class delays sending a command to the IRC connection. |