Changeset 985d66d for protocols/twitter/twitter_lib.c
- Timestamp:
- 2016-09-25T02:21:59Z (8 years ago)
- Branches:
- master
- Children:
- 1a8875f
- Parents:
- 524e931
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter_lib.c
r524e931 r985d66d 1019 1019 } 1020 1020 1021 ic->flags |= OPT_PONGED;1022 1021 td = ic->proto_data; 1023 1022 … … 1035 1034 imc_logout(ic, TRUE); 1036 1035 return; 1036 } 1037 1038 if (req == td->stream) { 1039 ic->flags |= OPT_PONGED; 1037 1040 } 1038 1041
Note: See TracChangeset
for help on using the changeset viewer.