aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/ns.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/msn/ns.c')
-rw-r--r--protocols/msn/ns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/msn/ns.c b/protocols/msn/ns.c
index 611c96e0..640f73c1 100644
--- a/protocols/msn/ns.c
+++ b/protocols/msn/ns.c
@@ -335,6 +335,10 @@ int msn_ns_command(struct msn_data *handler, char **cmd, int num_parts)
if (num_parts >= 4) {
handler->msglen = atoi(cmd[3]);
}
+ } else if (strcmp(cmd[0], "NOT") == 0) {
+ if (num_parts >= 2) {
+ handler->msglen = atoi(cmd[1]);
+ }
} else if (strcmp(cmd[0], "QNG") == 0) {
ic->flags |= OPT_PONGED;
} else if (g_ascii_isdigit(cmd[0][0])) {