Changeset 9b02bab for protocols/account.c
- Timestamp:
- 2015-12-05T01:52:48Z (9 years ago)
- Branches:
- master
- Children:
- ac68733a
- Parents:
- 48b5fef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r48b5fef r9b02bab 88 88 strstr(a->user, "@googlemail.com")) { 89 89 strcpy(tag, "gtalk"); 90 } else if (strstr(a->user, "@chat.facebook.com")) {91 strcpy(tag, "fb");92 90 } 93 91 }
Note: See TracChangeset
for help on using the changeset viewer.