diff src/protocols/zephyr/zephyr.c @ 2231:8c4ff1a368bd

[gaim-migrate @ 2241] blue:~/gaim/app/src/protocols $ ./gtk icq: 0 irc: 0 jabber: 52 msn: 0 napster: 0 oscar: 7 toc: 17 yahoo: 0 zephyr: 1 committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Sep 2001 08:09:22 +0000
parents cff4fbe01c7b
children f5bf315e6104
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Fri Sep 07 07:30:28 2001 +0000
+++ b/src/protocols/zephyr/zephyr.c	Fri Sep 07 08:09:22 2001 +0000
@@ -720,12 +720,12 @@
 	return 0;
 }
 
-static int zephyr_send_im(struct gaim_connection *gc, char *who, char *im, int away) {
+static int zephyr_send_im(struct gaim_connection *gc, char *who, char *im, int flags) {
 	ZNotice_t notice;
 	char *buf;
 	const char *sig;
 
-	if (away)
+	if (flags & IM_FLAG_AWAY)
 		sig = "Automated reply:";
 	else {
 		sig = ZGetVariable("zwrite-signature");