Example #1
0
 private function _cmd_set($player, $command_string)
 {
     parent::sendText('/w ' . $player . ' This command does nothing yet.');
 }
 public function whereIs($player)
 {
     parent::sendText("/where {$player}");
     $player = strtolower($player);
 }