Update of /cvsroot/gaim/gaim/src/protocols/icq
In directory usw-pr-cvs1:/tmp/cvs-serv21505/protocols/icq
Modified Files:
gaim_icq.c
Log Message:
SPAM!!!
All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined.
Or was that supposed to be the other way around.
Index: gaim_icq.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/icq/gaim_icq.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- gaim_icq.c 2001/11/10 08:02:39 1.20
+++ gaim_icq.c 2001/11/20 01:01:21 1.21
@@ -187,8 +187,11 @@
static void icq_info_reply(icq_Link *link, unsigned long uin, const char *nick,
const char *first, const char *last, const char *email, char auth) {
+ struct gaim_connection *gc = link->icq_UserData;
char buf[16 * 1024];
+ char who[16];
+ g_snprintf(who, sizeof who, "%lu", uin);
g_snprintf(buf, sizeof buf,
"<B>UIN:</B> %lu<BR>"
"<B>Nick:</B> %s<BR>"
@@ -198,7 +201,7 @@
nick,
first, last,
email);
- g_show_info_text(buf, NULL);
+ g_show_info_text(gc, who, FALSE, buf, NULL);
}
static void icq_web_pager(icq_Link *link, unsigned char hour, unsigned char minute,
|