This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

teamspeak

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

teamspeak

Post by blake »

Hey do any have any idea how i can get an eggdrop to log into my teamspeak 2 server we have unreged rooms that unreged users can use but the rooms close when noone is in them and cant be created again till a server admin creates it im basically looking for a script that will allow for the eggdrop to log into the teamspeak 2 server as if it would be using a ts2 client

thanks in advance
User avatar
Trixar_za
Op
Posts: 143
Joined: Wed Nov 18, 2009 1:44 pm
Location: South Africa
Contact:

Post by Trixar_za »

Maybe see if one of these work?

Even if they don't, it gives somebody a framework to work up from for you.
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

Trixar_za wrote:Maybe see if one of these work?

Even if they don't, it gives somebody a framework to work up from for you.
All ready use these they only retrieve server side info im looking to get a bot to join as a ghost nick to keep the room open
User avatar
tomekk
Master
Posts: 255
Joined: Fri Nov 28, 2008 11:35 am
Location: Oswiecim / Poland
Contact:

Post by tomekk »

You have to implement TS2 protocol.
There is no chance to join to the channel with telnet commands.

There was some python code in the net with sample TS2 bot library, you can
try to find it and rewrite it to TCL.
Some time ago i've made this with PHP.
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

tomekk wrote:You have to implement TS2 protocol.
There is no chance to join to the channel with telnet commands.

There was some python code in the net with sample TS2 bot library, you can
try to find it and rewrite it to TCL.
Some time ago i've made this with PHP.
Thanks tomekk will have a look for it
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

ive searched google for ts2 php bot plenty of right ups on forums but none with the actual scripts/addons seems its only available for the new ts3 servers
User avatar
tomekk
Master
Posts: 255
Joined: Fri Nov 28, 2008 11:35 am
Location: Oswiecim / Poland
Contact:

Post by tomekk »

i think python project is gone, can't find it ... but, you can look into this:
http://freshmeat.net/projects/libtbb/?b ... _id=220603
http://teambb.sourceforge.net/
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

tomekk wrote:i think python project is gone, can't find it ... but, you can look into this:
http://freshmeat.net/projects/libtbb/?b ... _id=220603
http://teambb.sourceforge.net/
Thankyou tomekk I resolved it by using a ts3 server and ts3phpbot
Post Reply