Changeset 7733b8c for protocols/account.c
- Timestamp:
- 2015-02-21T06:10:54Z (10 years ago)
- Children:
- 75ad761
- Parents:
- 5ebff60
- git-author:
- dequis <dx@…> (19-07-14 04:51:58)
- git-committer:
- dequis <dx@…> (21-02-15 06:10:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r5ebff60 r7733b8c 83 83 } else { 84 84 strcpy(tag, "aim"); 85 }86 } else if (strcmp(prpl->name, "jabber") == 0) {87 if (strstr(a->user, "@gmail.com") ||88 strstr(a->user, "@googlemail.com")) {89 strcpy(tag, "gtalk");90 } else if (strstr(a->user, "@chat.facebook.com")) {91 strcpy(tag, "fb");92 85 } 93 86 }
Note: See TracChangeset
for help on using the changeset viewer.