comparison src/protocols/zephyr/zephyr.c @ 2303:f5bf315e6104

[gaim-migrate @ 2313] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 23:25:10 +0000
parents 8c4ff1a368bd
children 569ae9f2bb89
comparison
equal deleted inserted replaced
2302:722a912562a0 2303:f5bf315e6104
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];