diff src/oscar.c @ 1435:f16e17d42b43

[gaim-migrate @ 1445] correction time is done again, for protocols that need it (which are only the AIM protocols so far) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 09:16:50 +0000
parents 96e93119268d
children de0b946e86a4
line wrap: on
line diff
--- a/src/oscar.c	Sun Jan 28 09:09:18 2001 +0000
+++ b/src/oscar.c	Sun Jan 28 09:16:50 2001 +0000
@@ -2286,7 +2286,7 @@
 
 void oscar_init(struct prpl *ret) {
 	ret->protocol = PROTO_OSCAR;
-	ret->options = OPT_PROTO_HTML;
+	ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME;
 	ret->name = oscar_name;
 	ret->list_icon = oscar_list_icon;
 	ret->away_states = oscar_away_states;