|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object QuakenetAuthPlugin
public class QuakenetAuthPlugin
Auths the irc client on quakenet (perform on connect + command).
auth | * | auths the bot |
---|
Constructor Summary | |
---|---|
QuakenetAuthPlugin()
|
Method Summary | |
---|---|
java.lang.String[] |
getCommands()
A list of commands that this plugins want to handle. |
java.lang.String[] |
getRestrictedCommands()
A list of restricted commands that this plugins want to handle. |
void |
handleEvent(IrcCommandEvent ice)
This method will be called whenever an event this plugin can handle occurs. |
void |
perform(IrcSender ircSender)
This method will be called when a new connection to an irc server is made, if the plugin is loaded at that time. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuakenetAuthPlugin()
Method Detail |
---|
public java.lang.String[] getCommands()
Plugin
getCommands
in interface Plugin
public java.lang.String[] getRestrictedCommands()
Plugin
getRestrictedCommands
in interface Plugin
public void handleEvent(IrcCommandEvent ice)
Plugin
IrcCommandEvent
will hold the information
necessary to find out which command was called.
handleEvent
in interface Plugin
ice
- the Event that occuredpublic void perform(IrcSender ircSender)
PerformOnConnectPlugin
perform
in interface PerformOnConnectPlugin
ircSender
- a sender that is capable of sending text to server
that the connection was made to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |