uk.org.ownage.dmdirc.commandparser.commands.server
Class Join

java.lang.Object
  extended by uk.org.ownage.dmdirc.commandparser.Command
      extended by uk.org.ownage.dmdirc.commandparser.ServerCommand
          extended by uk.org.ownage.dmdirc.commandparser.commands.server.Join

public class Join
extends ServerCommand

The join command allows users to join a channel, or a comma-seperated list of channels.


Field Summary
 
Fields inherited from class uk.org.ownage.dmdirc.commandparser.Command
arguments, arity, description, name, polyadic, show
 
Constructor Summary
Join()
          Creates a new instance of Join
 
Method Summary
 void execute(CommandWindow origin, Server server, 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

Join

public Join()
Creates a new instance of Join

Method Detail

execute

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

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