changeset 2506:072f253d5939

[gaim-migrate @ 2519] hi again committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 15 Oct 2001 02:43:44 +0000
parents 27759162c645
children 1069b0940237
files src/server.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/server.c	Mon Oct 15 02:42:15 2001 +0000
+++ b/src/server.c	Mon Oct 15 02:43:44 2001 +0000
@@ -633,6 +633,7 @@
 	if (gc->prpl->options & OPT_PROTO_CORRECT_TIME) {
 		char *tmp = g_strdup(normalize(name));
 		if (!g_strcasecmp(tmp, normalize(gc->username))) {
+			gc->evil = evil;
 			gc->correction_time = (signon - gc->login_time);
 			update_idle_times();
 		}