Description
This DLL lets you Receive Text, Send Text, Lock Microphone, Free Microphone from Paltalk 9.0 and 9.1
Functions
gettext
Gets Last Sentence written in the Paltalk Chat.
sendtext
Sends String to Paltalk Chatroom.
lockmic
Locks the Microphone so if you have your Mixer set to LINE IN, any sound played will be heard.
freemic
Frees the microphone.
sendcommand
For testing this will let you send any command to paltalk if paltalk supports it. (33343 = free’s mic, 33340 = locks microphone)
about
Information about the author
Idea Purpose?
You can write a IRC Bot, which would get text from a Paltalk Chat Room, or listen in Paltalk for commands and execute them, and return text to Paltalk.
For Example: !play mysong.mp3 would play yoursong.mp3 on paltalk.
Usage
//echo –a $dll(PalAPI.dll, <function>,;)
Two Examples
//echo –a $dll(PalAPI.dll,sendtext,Hello World!;)
//echo –a $dll(PalAPI.dll,gettext,;)