com.uwyn.drone.modules
Class Throughput

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

public class Throughput
extends AbstractModule


Constructor Summary
Throughput()
           
 
Method Summary
 void channelCommand(Bot bot, Channel channel, String nick, String command, String arguments, ServerMessage fullMessage)
           
 String[] getChannelCommands()
           
 
Methods inherited from class com.uwyn.drone.core.AbstractModule
channelMessage, getDescription, getHelpMap, getMessageCommands, getName, getNoticeCommands, getRawCommands, getResponseCodes, getRunner, loggedon, messageCommand, 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

Throughput

public Throughput()
Method Detail

getChannelCommands

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

channelCommand

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


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