diff src/buddy.c @ 2993:7239a392486c

[gaim-migrate @ 3006] 0.53 :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 02 Mar 2002 04:52:21 +0000
parents 1c6a3516e1ff
children d3536105d581
line wrap: on
line diff
--- a/src/buddy.c	Sat Mar 02 01:37:01 2002 +0000
+++ b/src/buddy.c	Sat Mar 02 04:52:21 2002 +0000
@@ -714,6 +714,8 @@
 			 show_ee_dialog(3);
 		else if (!g_strcasecmp("markster97", normalize (b->name)))
 			 show_ee_dialog(4);
+		else if (!g_strcasecmp("seanegn", normalize (b->name)))
+			show_ee_dialog(5);
 
 	} else {
 
@@ -1486,10 +1488,11 @@
 				 * because I thought it'd be funny :-) */
 
 				g_snprintf(tmp, sizeof(tmp), "%s has %s", name, 
-					(b->options & OPT_POUNCE_SIGNON) ? "signed on" : 
-					(b->options & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 
-					"returned from being away");
-
+					   (b->options & OPT_POUNCE_TYPING) ? "started typing to you" :
+					   (b->options & OPT_POUNCE_SIGNON) ? "signed on" : 
+					   (b->options & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 
+					   "returned from being away");
+				
 				do_error_dialog(tmp, _("Buddy Pounce"));
 			}
 			if (b->options & OPT_POUNCE_SEND_IM) {