|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ownage.dmdirc.commandparser.Command
uk.org.ownage.dmdirc.commandparser.ChannelCommand
uk.org.ownage.dmdirc.commandparser.commands.channel.MeEmpty
public class MeEmpty
The me/0 command simply tells the user that the correct usage of /me requires they pass an action to perform.
Field Summary |
---|
Fields inherited from class uk.org.ownage.dmdirc.commandparser.Command |
---|
arguments, arity, description, name, polyadic, show |
Constructor Summary | |
---|---|
MeEmpty()
Creates a new instance of MeEmpty |
Method Summary | |
---|---|
void |
execute(CommandWindow origin,
Server server,
Channel channel,
java.lang.String... args)
Executes this command |
Methods inherited from class uk.org.ownage.dmdirc.commandparser.Command |
---|
getHelp, getName, getSignature, implodeArgs, showInHelp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeEmpty()
Method Detail |
---|
public void execute(CommandWindow origin, Server server, Channel channel, java.lang.String... args)
execute
in class ChannelCommand
origin
- The frame in which this command was issuedserver
- The server object that this command is associated withchannel
- The channel object that this command is associated withargs
- The user supplied arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |