| 742 } else { |
742 } else { |
| 743 char *buf, *buf2, *buf3; |
743 char *buf, *buf2, *buf3; |
| 744 char *send_inst; |
744 char *send_inst; |
| 745 GaimConversation *gconv1; |
745 GaimConversation *gconv1; |
| 746 GaimConvChat *gcc; |
746 GaimConvChat *gcc; |
| 747 char *ptr = notice.z_message + strlen(notice.z_message) + 1; |
747 char *ptr = (char *) notice.z_message + (strlen(notice.z_message) + 1); |
| 748 int len; |
748 int len; |
| 749 char *sendertmp = g_strdup_printf("%s", zephyr->username); |
749 char *sendertmp = g_strdup_printf("%s", zephyr->username); |
| 750 int signature_length = strlen(notice.z_message); |
750 int signature_length = strlen(notice.z_message); |
| 751 int message_has_no_body = 0; |
751 int message_has_no_body = 0; |
| 752 GaimMessageFlags flags = 0; |
752 GaimMessageFlags flags = 0; |