dzinks2009

Results 12 comments of dzinks2009

You can always edit command !bot connect. I have it like this: ``` [Command("bot connect to")] public static BotInfo CommandBotConnectNew(BotManager bots, string address, string name = null, string channel =...

> And, is there a way to play mp3 every time when bot connects to channel? "onconnect" runs when bot connects to server. Kind of "onconnect_channel "play=info.mp3"" ? ``` [events]...

I fixed my issue by setting sv_hibernate_when_empty to 0

> The only thing that I imagine would change is the TS3 plugin API > > ...and the plugin is like 1% of the project > > quickest reply of...

```C:\Users\dzink>"D:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\python.exe" C:\Users\dzink\Desktop\hey-victoria-master\listen_server\listen.py config.ini Traceback (most recent call last): File "C:\Users\dzink\Desktop\hey-victoria-master\listen_server\listen.py", line 9, in from heyvictoria.agent import Agent, register_default File "C:\Users\dzink\Desktop\hey-victoria-master\listen_server\heyvictoria\agent.py", line 52 except Exception, e: ^...

Hmm, ``` (heyvictoria.server) INFO: Listening on ('127.0.0.1', 32000) Traceback (most recent call last): File "C:\Users\dzink\Desktop\hey-victoria-master\listen_server\listen.py", line 33, in assistant.listen() File "C:\Users\dzink\Desktop\hey-victoria-master\listen_server\heyvictoria\server.py", line 106, in listen self.get_speaker(client_id).read(buf, source_channels) File "C:\Users\dzink\Desktop\hey-victoria-master\listen_server\heyvictoria\server.py", line...

@sk89q Thanks, that fixed it. Now for some reason, the bot doesn't answer.

It'd be pretty cool if that was possible. Are you able to check it? @Tustin