src/oscar.c

changeset 2050
4e44376b2c6f
parent 2049
ff10a593e9b2
child 2051
23f073b5e256
--- 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;
 }
 

mercurial