com.uwyn.drone.modules
Class Ping

java.lang.Object
  extended bycom.uwyn.drone.core.AbstractModule
      extended bycom.uwyn.drone.modules.Ping
All Implemented Interfaces:
Module

public class Ping
extends AbstractModule


Constructor Summary
Ping()
           
 
Method Summary
 String[] getMessageCommands()
           
 void messageCommand(Bot bot, String nick, String command, String arguments, ServerMessage fullMessage)
           
 
Methods inherited from class com.uwyn.drone.core.AbstractModule
channelCommand, channelMessage, getChannelCommands, getDescription, getHelpMap, getName, getNoticeCommands, getRawCommands, getResponseCodes, getRunner, loggedon, noticeCommand, processesChannelMessages, rawCommand, response, setRunner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ping

public Ping()
Method Detail

getMessageCommands

public String[] getMessageCommands()
Specified by:
getMessageCommands in interface Module
Overrides:
getMessageCommands in class AbstractModule

messageCommand

public void messageCommand(Bot bot,
                           String nick,
                           String command,
                           String arguments,
                           ServerMessage fullMessage)
                    throws CoreException
Specified by:
messageCommand in interface Module
Overrides:
messageCommand in class AbstractModule
Throws:
CoreException


Copyright © 2002-2004 Geert Bevin and UWYN. All Rights Reserved.