Update of /cvsroot/gaim/gaim/src/protocols/irc
In directory usw-pr-cvs1:/tmp/cvs-serv21505/protocols/irc
Modified Files:
irc.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: irc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- irc.c 2001/11/15 22:47:04 1.56
+++ irc.c 2001/11/20 01:01:21 1.57
@@ -639,7 +639,7 @@
case 318:
if (id->in_whois && id->whois_str) {
GString *str = decode_html(id->whois_str->str);
- g_show_info_text(str->str, NULL);
+ g_show_info_text(gc, NULL, FALSE, str->str, NULL);
g_string_free(str, TRUE);
g_string_free(id->whois_str, TRUE);
id->whois_str = NULL;
|