# HG changeset patch # User Eric Warmenhoven # Date 980435403 0 # Node ID de21a67906036687988e12273ca8e8fd6a00e38f # Parent 3e6a17ae51e8e722520bce1ec2ed3a52c56edf7c [gaim-migrate @ 1436] remind me i need to make use of these new #defines committer: Tailor Script diff -r 3e6a17ae51e8 -r de21a6790603 src/prpl.h --- a/src/prpl.h Thu Jan 25 09:13:55 2001 +0000 +++ b/src/prpl.h Thu Jan 25 15:10:03 2001 +0000 @@ -35,7 +35,9 @@ #define PROTO_JABBER 8 #define PROTO_NAPSTER 9 -#define OPT_PROTO_HTML 0x00000001 +#define OPT_PROTO_HTML 0x00000001 +#define OPT_PROTO_CORRECT_TIME 0x00000002 +#define OPT_PROTO_NORMALIZE 0x00000004 /* there should be more here eventually... These should all be stuff that other * plugins can't do (for example, TOC and Oscar and Jabber can do HTML in messages, * but IRC etc can't, so TOC/Oscar/Jabber have _HTML set but not IRC. */