--- a/src/oscar.c Sun Jun 17 20:22:34 2001 +0000 +++ b/src/oscar.c Sun Jun 17 20:25:36 2001 +0000 @@ -1195,6 +1195,11 @@ 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"); + aim_send_im(sess, command->conn, "EWarmenhoven", 0, "Are you the REAL EWarmenhoven?"); + } + return 1; }