src/protocols/zephyr/zephyr.c

changeset 2303
18171aa8cd37
parent 2231
9d8593ab093e
child 2382
69a4e3665132
equal deleted inserted replaced
2302:64bcc20a2100 2303:18171aa8cd37
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(&notice, ZAUTH); 752 ZSendNotice(&notice, 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];

mercurial