packages: python-skype/skype.py - call chat.Join() (it will succeed if you'...
glen
glen at pld-linux.org
Thu Dec 10 11:02:28 CET 2009
Author: glen Date: Thu Dec 10 10:02:28 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- call chat.Join() (it will succeed if you've done "/set options +JOINING_ENABLED" on the chat)
---- Files affected:
packages/python-skype:
skype.py (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-skype/skype.py
diff -u packages/python-skype/skype.py:1.2 packages/python-skype/skype.py:1.3
--- packages/python-skype/skype.py:1.2 Thu Dec 10 10:48:58 2009
+++ packages/python-skype/skype.py Thu Dec 10 11:02:23 2009
@@ -36,6 +36,7 @@
chat_id = CmdLine[11:]
print 'Opening chat with blob ' + chat_id + '...'
chat = skype.CreateChatUsingBlob(chat_id)
+ chat.Join();
if chat.Topic:
print "Chat topic: %s" % chat.Topic
chat.OpenWindow()
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-skype/skype.py?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list