comparison src/protocols/oscar/oscar.c @ 10715:c6bf026fcab9

[gaim-migrate @ 12309] Make this use the same message as the MSN prpl. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 22 Mar 2005 01:18:31 +0000
parents e11f3e1599d4
children c4cb90065e1d
comparison
equal deleted inserted replaced
10714:ad57a8b5495e 10715:c6bf026fcab9
4873 g_return_val_if_fail(fr->conn != NULL, 1); 4873 g_return_val_if_fail(fr->conn != NULL, 1);
4874 4874
4875 if (fr->conn->type == AIM_CONN_TYPE_BOS) { 4875 if (fr->conn->type == AIM_CONN_TYPE_BOS) {
4876 if (code == 0x0001) { 4876 if (code == 0x0001) {
4877 gc->wants_to_die = TRUE; 4877 gc->wants_to_die = TRUE;
4878 gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location.")); 4878 gaim_connection_error(gc, _("You have signed on from another location."));
4879 } else { 4879 } else {
4880 gaim_connection_error(gc, _("You have been signed off for an unknown reason.")); 4880 gaim_connection_error(gc, _("You have been signed off for an unknown reason."));
4881 } 4881 }
4882 od->killme = TRUE; 4882 od->killme = TRUE;
4883 } else if (fr->conn->type == AIM_CONN_TYPE_CHAT) { 4883 } else if (fr->conn->type == AIM_CONN_TYPE_CHAT) {