- Timestamp:
- 2013-03-16T20:25:35Z (12 years ago)
- Branches:
- master
- Children:
- 215e171
- Parents:
- 2363cca
- git-author:
- Jinn Ko <bitlbee@…> (16-03-13 20:25:35)
- git-committer:
- Miklos Vajna <vmiklos@…> (16-03-13 20:25:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skype.c
r2363cca r6f360a0 1015 1015 sd->adder = NULL; 1016 1016 } 1017 } else if (!strncmp(info, "MEMBERS ", 8) ) {1017 } else if (!strncmp(info, "MEMBERS ", 8) || !strncmp(info, "ACTIVEMEMBERS ", 14) ) { 1018 1018 info += 8; 1019 1019 gc = bee_chat_by_title(ic->bee, ic, id);
Note: See TracChangeset
for help on using the changeset viewer.