Mercurial > pidgin
diff src/protocols/msn/notification.c @ 8663:17ef51dc609c
[gaim-migrate @ 9415]
More MSN error fixes.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 14 Apr 2004 08:59:15 +0000 |
| parents | 4a1e87c50d6f |
| children | 06dd136238ab |
line wrap: on
line diff
--- a/src/protocols/msn/notification.c Wed Apr 14 08:55:28 2004 +0000 +++ b/src/protocols/msn/notification.c Wed Apr 14 08:59:15 2004 +0000 @@ -1880,7 +1880,7 @@ msn_servconn_register_command(notification, "USR", usr_cmd); msn_servconn_register_command(notification, "VER", ver_cmd); msn_servconn_register_command(notification, "XFR", xfr_cmd); - msn_servconn_register_command(notification, "_unknown_", unknown_cmd); + msn_servconn_register_command(notification, "_UNKNOWN_", unknown_cmd); /* Register the message type callbacks. */ msn_servconn_register_msg_type(notification, "text/x-msmsgsprofile",
