A SinusBot plugin that will let a Telegram bot send a message when a user joins the TeamSpeak server.
Requires a Telegram bot created by Telegram BotFather.
| Property | Description | Examples |
|---|---|---|
| messages | The message that should be displayed. (%n = nickname) | %n has joined the teamspeak. |
| token | Token of Telegram bot | 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11 |
| chatID | Chat ID of Telegram bot | -12345678 |
A SinusBot plugin that greets a user when joining the TeamSpeak server.
It can send special greeting messages for individual users by assigning messages with a users UniqueID.
Using the value default sends the associated message to every user who isn't explicitly defined in the settings.
Users without a setting will only read or hear their nickname.
| Property | Description | Examples |
|---|---|---|
| messages | Greeting Messages (%n = nickname) | default | Users+Un1queID=Welcome %n! |
| type | Message type | Chat | Poke | TTS |
| locale | TTS Locale | en | de-DE | … |
| trigger | Trigger always (or only direct join) | _ | ✓ |