Changeset c0db0d3 for protocols/msn/ns.c


Ignore:
Timestamp:
2015-12-30T05:22:47Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
82cb190
Parents:
cdd1ded
Message:

msn: Fix ADL/RML (add/remove from list) throwing server errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/ns.c

    rcdd1ded rc0db0d3  
    286286                        md->msglen = atoi(cmd[2]);
    287287                }
     288        } else if (strcmp(cmd[0], "RML") == 0) {
     289                /* Move along, nothing to see here */
    288290        } else if (strcmp(cmd[0], "CHL") == 0) {
    289291                char *resp;
Note: See TracChangeset for help on using the changeset viewer.