org.xnap.plugin.opennap.command
Class OpenNapMessageCommand

java.lang.Object
  extended by org.xnap.cmdl.AbstractCommand
      extended by org.xnap.chat.command.AbstractMessageCommand
          extended by org.xnap.plugin.opennap.command.OpenNapMessageCommand
All Implemented Interfaces:
Command

public class OpenNapMessageCommand
extends AbstractMessageCommand


Field Summary
 
Fields inherited from interface org.xnap.cmdl.Command
ALIASES, CMD, LONG_HELP, PARAMETER, SHORT_HELP
 
Constructor Summary
OpenNapMessageCommand(OpenNapConsole console)
           
 
Method Summary
 void send(Console c, java.lang.String nick, java.lang.String message)
           
 
Methods inherited from class org.xnap.chat.command.AbstractMessageCommand
execute
 
Methods inherited from class org.xnap.cmdl.AbstractCommand
getAliases, getCommand, getInt, getLongHelp, getParameter, getShortHelp, putValue, tokenize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNapMessageCommand

public OpenNapMessageCommand(OpenNapConsole console)
Method Detail

send

public void send(Console c,
                 java.lang.String nick,
                 java.lang.String message)
Specified by:
send in class AbstractMessageCommand


Copyright © 2001-2005 XNap Team. All Rights Reserved.