comparison src/oscar.c @ 772:bddbc51abc43

[gaim-migrate @ 782] substitute %n %d %t in info committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 16:51:20 +0000
parents 72e556f6b99d
children b61607d6c2af
comparison
equal deleted inserted replaced
771:72e556f6b99d 772:bddbc51abc43
773 info->warnlevel/10, 773 info->warnlevel/10,
774 asctime(localtime(&info->onlinesince)), 774 asctime(localtime(&info->onlinesince)),
775 info->idletime, 775 info->idletime,
776 infotype == AIM_GETINFO_GENERALINFO ? prof : 776 infotype == AIM_GETINFO_GENERALINFO ? prof :
777 away_subs(prof, current_user->username)); 777 away_subs(prof, current_user->username));
778 g_show_info_text(buf); 778 g_show_info_text(away_subs(buf, current_user->username));
779 779
780 return 1; 780 return 1;
781 } 781 }
782 782
783 int gaim_parse_motd(struct aim_session_t *sess, 783 int gaim_parse_motd(struct aim_session_t *sess,