Ignore:
Timestamp:
2019-02-03T15:18:54Z (5 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
e17d0a4
Parents:
9de451d
git-author:
dequis <dx@…> (03-02-19 15:18:17)
git-committer:
dequis <dx@…> (03-02-19 15:18:54)
Message:

Remove OSCAR since both ICQ and AIM are dead

RIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/account.c

    r9de451d re5d2c56  
    8686        /* Hardcode some more clever tag guesses. */
    8787        strcpy(tag, prpl->name);
    88         if (strcmp(prpl->name, "oscar") == 0) {
    89                 if (g_ascii_isdigit(a->user[0])) {
    90                         strcpy(tag, "icq");
    91                 } else {
    92                         strcpy(tag, "aim");
    93                 }
    94         } else if (strcmp(prpl->name, "jabber") == 0) {
     88        if (strcmp(prpl->name, "jabber") == 0) {
    9589                if (strstr(a->user, "@gmail.com") ||
    9690                    strstr(a->user, "@googlemail.com")) {
Note: See TracChangeset for help on using the changeset viewer.