com.uwyn.drone.modules
Class Identify

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

public class Identify
extends AbstractModule


Constructor Summary
Identify()
           
 
Method Summary
 String[] getMessageCommands()
           
 String getNick()
           
 String getPassword()
           
 void loggedon(Bot bot)
           
 void setNick(String nick)
           
 void setPassword(String password)
           
 
Methods inherited from class com.uwyn.drone.core.AbstractModule
channelCommand, channelMessage, getChannelCommands, getDescription, getHelpMap, getName, getNoticeCommands, getRawCommands, getResponseCodes, getRunner, 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

Identify

public Identify()
Method Detail

setNick

public void setNick(String nick)

getNick

public String getNick()

setPassword

public void setPassword(String password)

getPassword

public String getPassword()

getMessageCommands

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

loggedon

public void loggedon(Bot bot)
              throws CoreException
Specified by:
loggedon in interface Module
Overrides:
loggedon in class AbstractModule
Throws:
CoreException


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