| 749 "From: @bold($1) <$sender>\n\n$2"; |
749 "From: @bold($1) <$sender>\n\n$2"; |
| 750 notice.z_message_len = strlen(im) + strlen(sig) + 4; |
750 notice.z_message_len = strlen(im) + strlen(sig) + 4; |
| 751 notice.z_message = buf; |
751 notice.z_message = buf; |
| 752 ZSendNotice(¬ice, ZAUTH); |
752 ZSendNotice(¬ice, ZAUTH); |
| 753 g_free(buf); |
753 g_free(buf); |
| 754 return 0; |
754 return 1; |
| 755 } |
755 } |
| 756 |
756 |
| 757 static char *zephyr_normalize(const char *orig) |
757 static char *zephyr_normalize(const char *orig) |
| 758 { |
758 { |
| 759 static char buf[80]; |
759 static char buf[80]; |