Browse Source

small fixed to README.md

pull/1/head
Maximilian Münchow 8 years ago
parent
commit
66efea1c0d
  1. 8
      README.md

8
README.md

@ -61,7 +61,6 @@ ts3init_get_cookie match options: @@ -61,7 +61,6 @@ ts3init_get_cookie match options:
ts3init_get_puzzle
--------------------
Matches if the packet in question is a valid TeamSpeak 3 *get puzzle* packet
from the client. There are additional parameters that can be set:
```
@ -82,16 +81,15 @@ ts3init_get_puzzle match options: @@ -82,16 +81,15 @@ ts3init_get_puzzle match options:
generated on a different machine, provided that those machines have the same
date and time, and the same seed specified. In other words: The cookie is
created in a deterministic way, depending only on the current time and the
seed. If check-cookie is specified, either random-seed or random-seed-file
need to be specified too.
seed. If `check-cookie` is specified, either `random-seed` or
`random-seed-file` need to be specified too.
Target extensions
=================
TS3INIT_RESET
---------------
This target drops the packet and sends a *reset* packet back to the sender. The
Drops the packet and sends a *reset* packet back to the sender. The
sender should always be the TeamSpeak 3 client. Starting with the TeamSpeak 3.1
client, the client will react to the reset packet by resending the *get cookie*
to the server. Older clients do not handle this packet. It takes no parameters.

Loading…
Cancel
Save