getBotCommand
public String getBotCommand()
getCommand
public String getCommand()
getMessage
public String getMessage()
getParam
public String getParam(int index)
getParams
public String getParams()
getPrefix
public String getPrefix()
getReceiver
public String getReceiver()
getReplyTo
public String getReplyTo()
getSender
public Person getSender()
length
public int length()
- The length of this message. The length is defined as the number of words in the parameter list.
The length is only defined for bot commands. E.g. The command "!join channel password" has length 2.
replaceBotCommand
public void replaceBotCommand(String command)