diff options
Diffstat (limited to 'protocols/account.c')
-rw-r--r-- | protocols/account.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/account.c b/protocols/account.c index e1025a53..fcafe215 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -87,8 +87,6 @@ account_t *account_add(bee_t *bee, struct prpl *prpl, char *user, char *pass) if (strstr(a->user, "@gmail.com") || strstr(a->user, "@googlemail.com")) { strcpy(tag, "gtalk"); - } else if (strstr(a->user, "@chat.facebook.com")) { - strcpy(tag, "fb"); } } |