com.mythicscape.batclient.interfaces
Interface BatClientPluginCommandTrigger


public interface BatClientPluginCommandTrigger


Method Summary
 java.lang.String trigger(java.lang.String input)
          This method is called whenever a command is processed from the commandline.
 

Method Detail

trigger

java.lang.String trigger(java.lang.String input)
This method is called whenever a command is processed from the commandline.

Parameters:
input -
Returns:
If the trigger did not trigger on the incoming text, null should be returned. If the trigger has executed but should not modify the incoming text, the unmodifed input string should be returned. If the trigger should change the the text, the modified text should be returned.