com.uwyn.drone.modules
Class Faq

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

public class Faq
extends AbstractModule


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

Faq

public Faq()
Method Detail

getName

public String getName()
Specified by:
getName in interface Module
Overrides:
getName in class AbstractModule

getDescription

public String getDescription()
Specified by:
getDescription in interface Module
Overrides:
getDescription in class AbstractModule

getHelpMap

public Map getHelpMap()
Specified by:
getHelpMap in interface Module
Overrides:
getHelpMap in class AbstractModule

getMessageCommands

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

getChannelCommands

public String[] getChannelCommands()
Specified by:
getChannelCommands in interface Module
Overrides:
getChannelCommands 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

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.