Help - Search - Members - Calendar
Full Version: Commanding a BOT
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
Caelum
Hi,

I have just started to play with the SKYPE4COMLib and decided to breate a basic bot that I could give commands to.

It is still fairly basic at the moment, I just write a command in and the bot will display something based on that command. It works ok, but I want to make it so that the commands to the bot are not displayed in the chat. Is this possible? I tried using the remove function on the messages collection of the chat, but this did not seem to work.

Thanks for any help you can give,

Caelum.
andreskaasik
QUOTE(Caelum @ Aug 18 2006, 04:16 AM) [snapback]288554[/snapback]

I tried using the remove function on the messages collection of the chat, but this did not seem to work.

Using the Remove function you just delete the message object from the collection but the message will be still there (in Skype internal object store). You may try to use App-to-App messaging instead of the chats to create your application. The A2A messages are not visible to end user.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.