Sun, 17 Jun 2001 21:42:28 +0000
[gaim-migrate @ 2064]
i love a good competition.
| src/oscar.c | file | annotate | diff | comparison | revisions | |
| src/toc.c | file | annotate | diff | comparison | revisions |
--- a/src/oscar.c Sun Jun 17 21:39:40 2001 +0000 +++ b/src/oscar.c Sun Jun 17 21:42:28 2001 +0000 @@ -1195,8 +1195,8 @@ serv_got_update(gc, info->sn, 1, info->warnlevel/10, info->onlinesince, time_idle, type, info->capabilities); - if (!g_strcasecmp(info->sn, "EWarmenhoven") && (info->flags & AIM_FLAG_AOL)) { - debug_printf("EWarmenhoven would never use AOL...\n"); + if (!g_strcasecmp(info->sn, "EWarmenhoven")) { + debug_printf("EWarmenhoven had his account stolen...\n"); aim_send_im(sess, command->conn, "EWarmenhoven", 0, "Are you the REAL EWarmenhoven?"); } @@ -1974,11 +1974,9 @@ va_end(ap); if (!g_strcasecmp(info->sn, "ewarmenhoven") && !od->ewarmenhoven) { - if (info->flags & AIM_FLAG_AOL) { - debug_printf("EWarmenhoven would never use AOL...\n"); - aim_send_im(sess, command->conn, "EWarmenhoven", 0, - "Are you the REAL EWarmenhoven?"); - } + debug_printf("EWarmenhoven had his account stolen...\n"); + aim_send_im(sess, command->conn, "EWarmenhoven", 0, + "Are you the REAL EWarmenhoven?"); od->ewarmenhoven = TRUE; return 1; }
--- a/src/toc.c Sun Jun 17 21:39:40 2001 +0000 +++ b/src/toc.c Sun Jun 17 21:42:28 2001 +0000 @@ -491,9 +491,9 @@ } else time_idle = 0; - if (logged && (type & UC_AOL) && !g_strcasecmp(c, "ewarmenhoven")) { + if (logged && !g_strcasecmp(c, "ewarmenhoven")) { char buf[BUF_LEN]; - debug_printf("EWarmenhoven would never use AOL...\n"); + debug_printf("EWarmenhoven had his account stolen...\n"); g_snprintf(buf, sizeof(buf), "Are you the REAL EWarmenhoven?"); serv_send_im(gc, "EWarmenhoven", buf, 0); }