Mercurial > pidgin
diff src/protocols/msn/dispatch.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 | 06f57183e29f |
| children | ab6636c5a136 |
line wrap: on
line diff
--- a/src/protocols/msn/dispatch.c Wed Apr 14 08:55:28 2004 +0000 +++ b/src/protocols/msn/dispatch.c Wed Apr 14 08:59:15 2004 +0000 @@ -268,7 +268,7 @@ msn_servconn_register_command(dispatch, "INF", inf_cmd); msn_servconn_register_command(dispatch, "VER", ver_cmd); msn_servconn_register_command(dispatch, "XFR", xfr_cmd); - msn_servconn_register_command(dispatch, "_unknown_", unknown_cmd); + msn_servconn_register_command(dispatch, "_UNKNOWN_", unknown_cmd); /* Save this for future use. */ dispatch_commands = dispatch->commands;
