Beispiel #1
0
 protected function say($target, $message, $serverId = null)
 {
     return ConnectionManager::sendCommand("PRIVMSG {$target} :{$message}", $serverId);
 }