From 7764fb1ce63f1339f005e698ddfeba96186e9925 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 1 Jan 2013 16:44:31 +0100 Subject: skype: support setting mood text Requested by martinc on IRC. --- protocols/skype/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocols/skype/README') diff --git a/protocols/skype/README b/protocols/skype/README index 95ac0475..a881b8aa 100644 --- a/protocols/skype/README +++ b/protocols/skype/README @@ -346,9 +346,10 @@ $ skyped -n -d * `account skype set test_join true` -- Mood texts are not shown by default. If you want to see it: +- Mood texts are not shown by default. - * `account skype set show_moods true` + * If you want to see them: `account skype set show_moods true` + * If you want to change your mood text: `account skype set mood_text 'foo bar'` - Group support: -- cgit v1.2.3 From 757e1e0fdd0d80818a480d507e41b5a8e32ceb3e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 1 Jan 2013 17:19:09 +0100 Subject: skype: remove unused build system targets, references to git --- protocols/skype/README | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'protocols/skype/README') diff --git a/protocols/skype/README b/protocols/skype/README index a881b8aa..06e608ff 100644 --- a/protocols/skype/README +++ b/protocols/skype/README @@ -373,7 +373,7 @@ $ skyped -n -d == I would like to have support for ... If something does not work and it's not in the TODO section, then please -contact me! Please also try the link:HACKING[git version] before reporting a bug, your +contact me! Please also try the bzr version before reporting a bug, your problem may be already fixed there. In fact, of course, I wrote this documentation after figured out how to do this @@ -393,9 +393,6 @@ You can reach some screenshots link:shot[here]. == Additional resources -You can reach the Changelog link:Changelog[here], and a gitweb interface -http://vmiklos.hu/gitweb/?p=bitlbee-skype.git[here]. - The Skype API documentation is http://developer.skype.com/resources/public_api_ref.zip[here] if you're interested. -- cgit v1.2.3