Tue, 27 Apr 2004 02:59:49 +0000
[gaim-migrate @ 9596]
shx says this will fix ILN in MSN.
committer: Christian Hammond <chipx86@chipx86.com>
| src/protocols/msn/notification.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/msn/notification.c Tue Apr 27 02:42:01 2004 +0000 +++ b/src/protocols/msn/notification.c Tue Apr 27 02:59:49 2004 +0000 @@ -1912,6 +1912,7 @@ msn_table_add_cmd(cbs_table, NULL, "QNG", NULL); msn_table_add_cmd(cbs_table, NULL, "FLN", fln_cmd); msn_table_add_cmd(cbs_table, NULL, "NLN", nln_cmd); + msn_table_add_cmd(cbs_table, NULL, "ILN", iln_cmd); msn_table_add_cmd(cbs_table, NULL, "OUT", out_cmd); msn_table_add_cmd(cbs_table, NULL, "RNG", rng_cmd);