com.uwyn.drone.modules
Class Seen
java.lang.Object
   com.uwyn.drone.core.AbstractModule
com.uwyn.drone.core.AbstractModule
       com.uwyn.drone.modules.Seen
com.uwyn.drone.modules.Seen
- All Implemented Interfaces: 
- Module
- public class Seen- extends AbstractModule
| Constructor Summary | 
| Seen()
 | 
 
| Method Summary | 
|  void | channelCommand(Bot bot,
               Channel channel,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  void | channelMessage(Bot bot,
               Channel channel,
               String nick,
               ServerMessage fullMessage)
 | 
|  String[] | getChannelCommands()
 | 
|  String | getDescription()
 | 
|  Map | getHelpMap()
 | 
|  String[] | getMessageCommands()
 | 
|  String | getName()
 | 
|  ResponseCode[] | getResponseCodes()
 | 
|  void | messageCommand(Bot bot,
               String nick,
               String command,
               String arguments,
               ServerMessage fullMessage)
 | 
|  boolean | processesChannelMessages()
 | 
|  String | processSeenWaiting(Bot bot,
                   Channel channel,
                   String seen)
 | 
|  void | response(Bot bot,
         String nick,
         ResponseCode responseCode,
         ServerMessage fullMessage)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Seen
public Seen()
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
 
- 
 
getChannelCommands
public String[] getChannelCommands()
- 
- Specified by:
- getChannelCommandsin interface- Module
- Overrides:
- getChannelCommandsin class- AbstractModule
 
- 
 
getMessageCommands
public String[] getMessageCommands()
- 
- Specified by:
- getMessageCommandsin interface- Module
- Overrides:
- getMessageCommandsin class- AbstractModule
 
- 
 
processesChannelMessages
public boolean processesChannelMessages()
- 
- Specified by:
- processesChannelMessagesin interface- Module
- Overrides:
- processesChannelMessagesin class- AbstractModule
 
- 
 
getResponseCodes
public ResponseCode[] getResponseCodes()
- 
- Specified by:
- getResponseCodesin interface- Module
- Overrides:
- getResponseCodesin class- AbstractModule
 
- 
 
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
 
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
 
channelMessage
public void channelMessage(Bot bot,
                           Channel channel,
                           String nick,
                           ServerMessage fullMessage)
                    throws CoreException
- 
- Specified by:
- channelMessagein interface- Module
- Overrides:
- channelMessagein class- AbstractModule
 
- 
- Throws:
- CoreException
 
response
public void response(Bot bot,
                     String nick,
                     ResponseCode responseCode,
                     ServerMessage fullMessage)
              throws CoreException
- 
- Specified by:
- responsein interface- Module
- Overrides:
- responsein class- AbstractModule
 
- 
- Throws:
- CoreException
 
processSeenWaiting
public String processSeenWaiting(Bot bot,
                                 Channel channel,
                                 String seen)
                          throws CoreException
- 
- Throws:
- CoreException
 
Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.