mennov1.commands
Class Count

java.lang.Object
  extended by mennov1.commands.Command
      extended by mennov1.commands.Count

public class Count
extends Command

Author:
Vincent Tunru, Jetze Baumfalk Returns the current number of bots that are loaded in MennoV1.

Constructor Summary
Count()
           
 
Method Summary
 java.lang.String execute(java.lang.String[] args)
           
 java.lang.String helpMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Count

public Count()
Method Detail

execute

public java.lang.String execute(java.lang.String[] args)
Specified by:
execute in class Command

helpMsg

public java.lang.String helpMsg()
Specified by:
helpMsg in class Command