Skip to content

PHPInSimMod (PRISM) 0.6.1

Latest
Compare
Choose a tag to compare
@T3chArmy T3chArmy released this 13 Apr 04:51
· 12 commits to master since this release

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);