View Full Version : Need some help
Hi all.
I and a friend of my try to create a Teamspeak Bot for mIRC.
We want to get the Chat of TS into IRC does someone of you know how we can do that.
Me thought maybe something with DDE
But I dont know how to maken it
Can someone help me
( I saw already the TSperlBOT but its lunix and we have Windows )
The next version of the TS2PerlBot will be available for Windows. However the program doesn't have to do anything with an IRC-Bot.
I will look forward to it ;) maybe i can create something it send it to windows :P but my tread is still open but i think knowone here knows anything about DDE or MIRC :P
pbarrette
20-06-2005, 18:50
Hi WarZman,
While this isn't a complete solution, this should help you get the text out of Teamspeak:
http://www.peterbarrette.com/Downloads/TsGetText.zip
This is the source code to a very simple application written in C# .NET with VS1.1 which can pull the text out of the Teamspeak chat box.
It does this by using FindWindowEx to get a handle to the Teamspeak "TRichEditWithLinks" window. It then uses SendMessage to send a WM_GETTEXT request to the Teamspeak chat window. The window replies by dumping the contents of the window to your specified receive buffer.
This code does no special parsing of the received data, nor does it interface with IRC, but it should at least be a good starting point for your project.
pb
Germeshausen.de
20-06-2005, 19:24
Create a perl script which reads the log entries from the telnet interface. this perl script needs to log into irc and post it to your channel. You can also do it into the other direction: A script which posts all irc entries into a server by using the telnet interface.
Or both togehter. But remember you need ssa access to the ts server to use such functions.
Greetz Crow
i got ssa :) so thats no problem only problem i can no perl :(
maybe someone here can maken it for me :)
pbarrette
21-06-2005, 21:23
Hi WarZman,
Try rentacoder.com instead.
The people in this section of the forums are usually very quick to help someone with coding issues. But we aren't likely to do the work for you.
pb
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.