com.uwyn.drone.modules
Class Faq
java.lang.Object
   com.uwyn.drone.core.AbstractModule
com.uwyn.drone.core.AbstractModule
       com.uwyn.drone.modules.Faq
com.uwyn.drone.modules.Faq
- All Implemented Interfaces: 
- Module
- public class Faq- extends AbstractModule
| Constructor Summary | 
| Faq()
 | 
 
 
| 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 | 
 
Faq
public Faq()
getName
public String getName()
- 
- Specified by:
- getNamein interface- Module
- Overrides:
- getNamein class- AbstractModule
 
- 
 
getDescription
public String getDescription()
- 
- Specified by:
- getDescriptionin interface- Module
- Overrides:
- getDescriptionin class- AbstractModule
 
- 
 
getHelpMap
public Map getHelpMap()
- 
- Specified by:
- getHelpMapin interface- Module
- Overrides:
- getHelpMapin class- AbstractModule
 
- 
 
getMessageCommands
public String[] getMessageCommands()
- 
- Specified by:
- getMessageCommandsin interface- Module
- Overrides:
- getMessageCommandsin class- AbstractModule
 
- 
 
getChannelCommands
public String[] getChannelCommands()
- 
- Specified by:
- getChannelCommandsin interface- Module
- Overrides:
- getChannelCommandsin class- AbstractModule
 
- 
 
messageCommand
public void messageCommand(Bot bot,
                           String nick,
                           String command,
                           String arguments,
                           ServerMessage fullMessage)
                    throws CoreException
- 
- Specified by:
- messageCommandin interface- Module
- Overrides:
- messageCommandin class- AbstractModule
 
- 
- Throws:
- CoreException
 
channelCommand
public void channelCommand(Bot bot,
                           Channel channel,
                           String nick,
                           String command,
                           String arguments,
                           ServerMessage fullMessage)
                    throws CoreException
- 
- Specified by:
- channelCommandin interface- Module
- Overrides:
- channelCommandin class- AbstractModule
 
- 
- Throws:
- CoreException
 
Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.