com.lyrisoft.chat.server.remote.command
Class Ignore

java.lang.Object
  |
  +--com.lyrisoft.chat.server.remote.command.CommandBase
        |
        +--com.lyrisoft.chat.server.remote.command.Ignore
All Implemented Interfaces:
ICommandProcessorRemote

public class Ignore
extends CommandBase

Handles an ignore command from a client.


Fields inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
_access, _help, _usage
 
Constructor Summary
Ignore()
           
 
Method Summary
 boolean process(ChatClient client, java.lang.String[] args)
          Handles an ignore command from a client on the server that the client is logged in to.
 void processDistributed(java.lang.String client, java.lang.String origin, java.lang.String[] args, ChatServer server)
          Handles an ignore command from a client on a server that the client is not logged in to.
 
Methods inherited from class com.lyrisoft.chat.server.remote.command.CommandBase
accessRequired, getHelp, getUsage, setAccessRequired, setHelp, setUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ignore

public Ignore()
Method Detail

process

public boolean process(ChatClient client,
                       java.lang.String[] args)
Handles an ignore command from a client on the server that the client is logged in to.
Parameters:
args - {ICommands.IGNORE, ignoreduser, [reason]}

processDistributed

public void processDistributed(java.lang.String client,
                               java.lang.String origin,
                               java.lang.String[] args,
                               ChatServer server)
Handles an ignore command from a client on a server that the client is not logged in to.
Parameters:
client - the userid of the client that sent the command
origin - the name of the server the command came in on
args - {ICommands.IGNORE, ignoreduser, [reason]}
server - the ChatServer processing the command


Copyright © 2000-2002 Taso Lyristis