benediktschmitt / py-ts3

A Python 3 API for the TeamSpeak 3 server query and file transfer interface.
http://py-ts3.readthedocs.io
Other
157 stars 31 forks source link

sendtextmessage with Ts formatting[WRONG-FIXED] #95

Closed ThePokerFaCcCe closed 4 years ago

ThePokerFaCcCe commented 4 years ago

Hi. i have a problem: read this: [URL=client://id/unique..=~User] User [/URL]

at the normal way if i send this text from ts chat box, its being like this: User (can click on it )

but if i use sendtextmessage, its just send text and don't use ts formatting: [URL=client://id/unique..=~User] User [/URL] How can fix it? EDIT : Well That was my wrong and fixed!