diff src/oscar.c @ 592:7c75d69a1129

[gaim-migrate @ 602] this really cool guy sent a patch to convert %n, %d and %t to things in away messages. i just wish i could remember his name. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 03 Aug 2000 05:35:13 +0000
parents f03f041c1aa9
children e670cdb5fb2f
line wrap: on
line diff
--- a/src/oscar.c	Thu Aug 03 02:05:26 2000 +0000
+++ b/src/oscar.c	Thu Aug 03 05:35:13 2000 +0000
@@ -807,7 +807,8 @@
 				  info->warnlevel,
 				  asctime(localtime(&info->onlinesince)),
 				  info->idletime,
-				  prof);
+				  infotype == AIM_GETINFO_GENERALINFO ? prof :
+		  		   away_subs(prof, current_user->username));
 	g_show_info_text(buf);
 
 	return 1;