Ts3audiobot: !whisper group

Created on 10 Jul 2018  路  2Comments  路  Source: Splamy/TS3AudioBot

Hi. This is not really an issue, but I have no clue how github works so excuse me for that. My question is: How exactly can I use the !whisper group function? What are the sub commands? Because it tells me:

"Error: Not enough arguments for function CommandWhisperGroup"

But what do I need to write after? Can you please tell me an example? :)
Thanks, Daniel.

question

Most helpful comment

Sure; the command takes 2 and a optional 3rd parameter.
The first parameter is a GroupWhisperType, the second one is a GroupWhisperTarget, and the third is either a servergroup, a channelgroup or empty depending on the first parameter.
You can look up possible values for the first two here: here: https://github.com/Splamy/TS3AudioBot/blob/master/TS3Client/Ts3Enums.cs#L74-L97
Now for example:
!whisper group AllClients AllChannels would whisper to everyone on the server
!whisper group ServerGroup CurrentChannel 42 would whisper to everyone in the channel of the bot with the servergroup 42
!whisper group ChannelCommander ChannelFamily would whisper to all clients with channel commander in the channel tree of the bot.
This is simply using a ts3 feature, you can experiment around in ts3 by going to Tools>Whisper Lists>create a new whisperlist>Whisper To> select Groups

All 2 comments

Sure; the command takes 2 and a optional 3rd parameter.
The first parameter is a GroupWhisperType, the second one is a GroupWhisperTarget, and the third is either a servergroup, a channelgroup or empty depending on the first parameter.
You can look up possible values for the first two here: here: https://github.com/Splamy/TS3AudioBot/blob/master/TS3Client/Ts3Enums.cs#L74-L97
Now for example:
!whisper group AllClients AllChannels would whisper to everyone on the server
!whisper group ServerGroup CurrentChannel 42 would whisper to everyone in the channel of the bot with the servergroup 42
!whisper group ChannelCommander ChannelFamily would whisper to all clients with channel commander in the channel tree of the bot.
This is simply using a ts3 feature, you can experiment around in ts3 by going to Tools>Whisper Lists>create a new whisperlist>Whisper To> select Groups

Thanks for the quick and useful reply! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Bluscream picture Bluscream  路  6Comments

DanonekTM picture DanonekTM  路  3Comments

bennetgallein picture bennetgallein  路  4Comments

officialtaxz picture officialtaxz  路  6Comments

Americanu picture Americanu  路  3Comments