org.xnap.plugin.pircbot
Class PircBotMessageCommand

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

public class PircBotMessageCommand
extends AbstractMessageCommand


Field Summary
 
Fields inherited from interface org.xnap.cmdl.Command
ALIASES, CMD, LONG_HELP, PARAMETER, SHORT_HELP
 
Constructor Summary
PircBotMessageCommand(PircBotServer server)
           
 
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

PircBotMessageCommand

public PircBotMessageCommand(PircBotServer server)
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.