uk.org.ownage.dmdirc.commandparser.commands.channel
Class MeEmpty

java.lang.Object
  extended by uk.org.ownage.dmdirc.commandparser.Command
      extended by uk.org.ownage.dmdirc.commandparser.ChannelCommand
          extended by uk.org.ownage.dmdirc.commandparser.commands.channel.MeEmpty

public class MeEmpty
extends ChannelCommand

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

MeEmpty

public MeEmpty()
Creates a new instance of MeEmpty

Method Detail

execute

public void execute(CommandWindow origin,
                    Server server,
                    Channel channel,
                    java.lang.String... args)
Executes this command

Specified by:
execute in class ChannelCommand
Parameters:
origin - The frame in which this command was issued
server - The server object that this command is associated with
channel - The channel object that this command is associated with
args - The user supplied arguments