mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-12-26 01:18:57 -05:00
BaseCommand: source documentation
This commit is contained in:
parent
d5e72638d1
commit
3dc268219d
@ -31,6 +31,14 @@ import org.yaaic.model.Server;
|
||||
*/
|
||||
public abstract class BaseCommand
|
||||
{
|
||||
/**
|
||||
* Execute the command
|
||||
*
|
||||
* @param params The params given (0 is the command itself)
|
||||
* @param server The server object
|
||||
* @param channel The channel object or null if no channel is selected
|
||||
* @param service The service with all server connections
|
||||
*/
|
||||
public abstract void execute(String[] params, Server server, Channel channel, IRCService service);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user