Add a bot and ability to share chat

This commit is contained in:
Marco Pesenti Gritti
2006-10-09 16:10:01 +02:00
parent cbd3a52a68
commit 994b337709
2 changed files with 49 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
from sugar.simulator import Bot
bot = Bot()
bot.name = 'chaitanya'
bot.share_chat('All About Giraffes')
bot.start()