Changeset 3fbce97 for protocols/account.c
- Timestamp:
- 2016-09-24T20:14:34Z (8 years ago)
- Children:
- ba52ac5
- Parents:
- 63cad66 (diff), 82cb190 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r63cad66 r3fbce97 84 84 strstr(a->user, "@googlemail.com")) { 85 85 strcpy(tag, "gtalk"); 86 } else if (strstr(a->user, "@chat.facebook.com")) {87 strcpy(tag, "fb");88 86 } 89 87 }
Note: See TracChangeset
for help on using the changeset viewer.