comparison src/protocols/zephyr/zephyr.c @ 6904:7c3a11c69be9

[gaim-migrate @ 7451] Thanks to Arun A Tharuvai for this and the last patch. This one fixes personal zephyrs, the last one fixed a compilation problem with kerberos on debian and likely other recent distributions. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 21 Sep 2003 20:57:19 +0000
parents faa491042c66
children d957f443c595
comparison
equal deleted inserted replaced
6903:347e456550e6 6904:7c3a11c69be9
816 "Class $class, Instance $instance:\n" 816 "Class $class, Instance $instance:\n"
817 "To: @bold($recipient) at $time $date\n" 817 "To: @bold($recipient) at $time $date\n"
818 "From: @bold($1) <$sender>\n\n$2"; 818 "From: @bold($1) <$sender>\n\n$2";
819 notice.z_message_len = strlen(im) + strlen(sig) + 4; 819 notice.z_message_len = strlen(im) + strlen(sig) + 4;
820 notice.z_message = buf; 820 notice.z_message = buf;
821 ZSendNotice(&notice, ZAUTH);
821 g_free(buf); 822 g_free(buf);
822 return 1; 823 return 1;
823 } 824 }
824 825
825 static char *zephyr_normalize(const char *orig) 826 static char *zephyr_normalize(const char *orig)