dispatch

abstract fun dispatch(sender: Sender, command: String): Boolean

Dispatches a command from the given sender with the given command as the input.

Return

true if the command dispatched successfully, false otherwise

Parameters

sender

the sender of the command

command

the command to dispatch