com.levelonelabs.aimbot.modules
Class BabelModule

java.lang.Object
  extended bycom.levelonelabs.aimbot.BotModule
      extended bycom.levelonelabs.aimbot.modules.BabelModule

public class BabelModule
extends BotModule

Creates Babel poetry from user input

Author:
Scott Oster

Field Summary
static int MAX_TRIALS
          Maximum number of trails to run
 
Fields inherited from class com.levelonelabs.aimbot.BotModule
bot
 
Constructor Summary
BabelModule(AIMBot bot)
          Constructor for the BabelModule object
 
Method Summary
 java.lang.String getName()
          Gets the name attribute of the BabelModule object
 java.util.ArrayList getServices()
          Gets the services attribute of the BabelModule object
 java.lang.String help()
          Describes the usage of the module
 void performService(AIMBuddy buddy, java.lang.String query)
          Create poetry
 
Methods inherited from class com.levelonelabs.aimbot.BotModule
addAIMListener, addBuddies, addBuddy, denyBuddy, getBuddy, getBuddyNames, getPermitMode, permitBuddy, removeBuddies, removeBuddy, sendMessage, sendWarning, setAvailable, setPermitMode, setUnavailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TRIALS

public static final int MAX_TRIALS
Maximum number of trails to run

See Also:
Constant Field Values
Constructor Detail

BabelModule

public BabelModule(AIMBot bot)
Constructor for the BabelModule object

Parameters:
bot -
Method Detail

getServices

public java.util.ArrayList getServices()
Gets the services attribute of the BabelModule object

Specified by:
getServices in class BotModule
Returns:
The services value

getName

public java.lang.String getName()
Gets the name attribute of the BabelModule object

Specified by:
getName in class BotModule
Returns:
The name value

help

public java.lang.String help()
Describes the usage of the module

Specified by:
help in class BotModule
Returns:
the usage of the module

performService

public void performService(AIMBuddy buddy,
                           java.lang.String query)
Create poetry

Specified by:
performService in class BotModule
Parameters:
buddy -
query -


Copyright © 2001-2005 Java AIM Bot. All Rights Reserved.