|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.levelonelabs.aimbot.BotModule
com.levelonelabs.aimbot.modules.TelnetModule
Creates a telnet port to communicate with JaimBot. By default, opens port 1234. Allows telnet clients connect to it and send Jaimbot commands to it. Operations like tell and post will work normally. However, the Jaimbot command chain does not currently return a module's output, therefore no output will be produced to the telnet session.
| Nested Class Summary | |
class |
TelnetModule.TelnetServer
|
| Field Summary |
| Fields inherited from class com.levelonelabs.aimbot.BotModule |
bot |
| Constructor Summary | |
TelnetModule(AIMBot bot)
Constructor for the ListModule object |
|
| Method Summary | |
java.lang.String |
getName()
Gets the name attribute of the ListModule object |
java.util.ArrayList |
getServices()
Gets the services attribute of the ListModule object |
java.lang.String |
help()
Describes the usage of the module |
void |
performService(AIMBuddy buddy,
java.lang.String query)
This will be called when the AIMBot gets a string starting with a keyword that this module advertised as a service. |
| 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 |
| Constructor Detail |
public TelnetModule(AIMBot bot)
bot - | Method Detail |
public java.util.ArrayList getServices()
getServices in class BotModulepublic java.lang.String getName()
getName in class BotModule
public void performService(AIMBuddy buddy,
java.lang.String query)
performService in class BotModulebuddy - query - public java.lang.String help()
help in class BotModule
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||