Package f00f.net.irc.martyr

Interface Summary
Command Defines what a command is.
Mode Any class which is to represent a mode must implement this interface.
 

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.
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 Commands.
IRCConnection IRCConnection is the core class for Martyr.
Mode.Sign Finally, the Sign enumeration.
State A simple container for state constants.
 



Copyright ? 2000,2001, f00f networks. All Rights Reserved.