fr.xephi.authme.commands
Class CaptchaCommand

java.lang.Object
  extended by fr.xephi.authme.commands.CaptchaCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor

public class CaptchaCommand
extends java.lang.Object
implements org.bukkit.command.CommandExecutor


Field Summary
 AuthMe plugin
           
static RandomString rdm
           
 
Constructor Summary
CaptchaCommand(AuthMe plugin)
           
 
Method Summary
 boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command cmnd, java.lang.String label, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

public AuthMe plugin

rdm

public static RandomString rdm
Constructor Detail

CaptchaCommand

public CaptchaCommand(AuthMe plugin)
Method Detail

onCommand

public boolean onCommand(org.bukkit.command.CommandSender sender,
                         org.bukkit.command.Command cmnd,
                         java.lang.String label,
                         java.lang.String[] args)
Specified by:
onCommand in interface org.bukkit.command.CommandExecutor