Changes in protocols/nogaim.h [9e08d5d:e6d6047]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r9e08d5d re6d6047 15 15 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> 16 16 * (and possibly other members of the Gaim team) 17 * Copyright 2002-2004 Wilmer van der Gaast < wilmer@gaast.net>17 * Copyright 2002-2004 Wilmer van der Gaast <lintux@lintux.cx> 18 18 */ 19 19 … … 52 52 #define BUDDY_ALIAS_MAXLEN 388 /* because MSN names can be 387 characters */ 53 53 54 #define PERMIT_ALL 1 55 #define PERMIT_NONE 2 56 #define PERMIT_SOME 3 57 #define DENY_SOME 4 58 54 59 #define WEBSITE "http://www.bitlee.org/" 55 60 #define IM_FLAG_AWAY 0x0020 … … 57 62 #define OPT_LOGGED_IN 0x00010000 58 63 #define GAIM_AWAY_CUSTOM "Custom" 64 65 #define GAIM_LOGO 0 66 #define GAIM_ERROR 1 67 #define GAIM_WARNING 2 68 #define GAIM_INFO 3 59 69 60 70 /* ok. now the fun begins. first we create a connection structure */
Note: See TracChangeset
for help on using the changeset viewer.