Updates
- Fix issue left over from when moving translateEngine to it's own class
- Add MessageAllHost Plugin function.
# Sends a message to all servers including the one that called the function
$this->messageAllHosts('This is sent to all PRISM connected hosts!');
# Sends a message to all servers but the one that called the function
$this->messageAllHosts('Message to other host!', true);