Lukas Jagemann
Lukas Jagemann
```csharp public class NowPlaying : IBotPlugin { public PlayManager PlayManager { get; set; } public void Initialize() { // will be called when a song ended and the bot will...
Still works; have you added all namespaces?: ```cs using System; using TS3AudioBot; using TS3AudioBot.Audio; using TS3AudioBot.Plugins; using TS3AudioBot.CommandSystem; // ... ```
Seems like a resonable addition, I'll see when and how I can add it.
This might work for youtube and soundcloud links, with normal links i cant know for sure whether it's a radio stream or single song. But a good idea, I will...
>Maybe we can sent N messages that contains song list that separated to 10 strings messages? If we have 49 songs in playlist it will sent 4 x 10 strings...
> i found IF statement, mayve is there FOR statement for creation such cycle with usage of song count variable ? Same here already planned long ago in #23 but...
The behaviour for long message splitting can now be configured in the settings. The queue can now be requested with `!queue`
Thanks, I'll see if I can look into it tomorrow
> In TeaSpeak you can customize a lot of otherwise hardcoded messages via the config.yml. > - The query message-of-the-day (motd) and newline character of the query interface. You can...
Can you explain more detailed what you mean? What did you call?