changeset 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 c47a90a0a3b1
children f95edb58087c
files src/protocols/msn/dispatch.c src/protocols/msn/notification.c src/protocols/msn/switchboard.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
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;
--- 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",
--- a/src/protocols/msn/switchboard.c	Wed Apr 14 08:55:28 2004 +0000
+++ b/src/protocols/msn/switchboard.c	Wed Apr 14 08:59:15 2004 +0000
@@ -509,7 +509,7 @@
 		msn_servconn_register_command(servconn, "NLN",      blank_cmd);
 		msn_servconn_register_command(servconn, "OUT",      out_cmd);
 		msn_servconn_register_command(servconn, "USR",      usr_cmd);
-		msn_servconn_register_command(servconn, "_unknown_",unknown_cmd);
+		msn_servconn_register_command(servconn, "_UNKNOWN_",unknown_cmd);
 
 		/* Register the message type callbacks. */
 		msn_servconn_register_msg_type(servconn, "text/plain",plain_msg);