| 951 char *tmp = buf; |
951 char *tmp = buf; |
| 952 static char msg[MSN_BUF_LEN]; |
952 static char msg[MSN_BUF_LEN]; |
| 953 |
953 |
| 954 GET_NEXT(tmp); |
954 GET_NEXT(tmp); |
| 955 if (!g_strncasecmp(tmp, "OTH", 3)) { |
955 if (!g_strncasecmp(tmp, "OTH", 3)) { |
| 956 g_snprintf(msg, sizeof(mg), _("You have been disconnected. You have signed on from another location.")); |
956 g_snprintf(msg, sizeof(msg), _("You have been disconnected. You have signed on from another location.")); |
| 957 do_error_dialog(msg, _("MSN Error")); |
957 do_error_dialog(msg, _("MSN Error")); |
| 958 } |
958 } |
| 959 } else if (!g_strncasecmp(buf, "PRP", 3)) { |
959 } else if (!g_strncasecmp(buf, "PRP", 3)) { |
| 960 } else if (!g_strncasecmp(buf, "QNG", 3)) { |
960 } else if (!g_strncasecmp(buf, "QNG", 3)) { |
| 961 } else if (!g_strncasecmp(buf, "QRY", 3)) { |
961 } else if (!g_strncasecmp(buf, "QRY", 3)) { |