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