Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2017-03-26 12:08:59 +0300
committerEion Robb <eion@robbmob.com>2017-03-26 12:08:59 +0300
commit1d0d01ede5180e68045418e03274f12df64f98dc (patch)
treed640e265d9a8e5f12fa470d80063aecafaf351d5 /skypeweb/skypeweb_util.c
parentaa420c6ac3c4d730fe78b5b9064bc5dabb873d57 (diff)
Try a few more things to get bots to show up
Diffstat (limited to 'skypeweb/skypeweb_util.c')
-rw-r--r--skypeweb/skypeweb_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/skypeweb/skypeweb_util.c b/skypeweb/skypeweb_util.c
index dd2a225..8b81597 100644
--- a/skypeweb/skypeweb_util.c
+++ b/skypeweb/skypeweb_util.c
@@ -84,6 +84,7 @@ skypeweb_contact_url_to_name(const gchar *url)
if (!start) start = g_strrstr(url, "/4:");
if (start) start = start + 2;
if (!start) start = g_strrstr(url, "/2:");
+ if (!start) start = g_strrstr(url, "/28:");
if (start) start = start + 1;
if (!start) return NULL;