comparison src/gaim.h @ 2986:1c6a3516e1ff

[gaim-migrate @ 2999] Funky :) Editable buddy pouncen committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 23 Feb 2002 23:41:50 +0000
parents 626729653436
children 7239a392486c
comparison
equal deleted inserted replaced
2985:32c78c57b351 2986:1c6a3516e1ff
156 #define OPT_POUNCE_UNIDLE 0x040 156 #define OPT_POUNCE_UNIDLE 0x040
157 157
158 #define OPT_POUNCE_SAVE 0x100 158 #define OPT_POUNCE_SAVE 0x100
159 159
160 #define OPT_POUNCE_NOTIFY 0x200 160 #define OPT_POUNCE_NOTIFY 0x200
161
162 struct buddy_pounce {
163 char name[80];
164 char message[2048];
165 char command[2048];
166 char sound[2048];
167
168 char pouncer[80];
169 int protocol;
170
171 int options;
172 };
173 161
174 #define CONVERSATION_TITLE "%s - Gaim" 162 #define CONVERSATION_TITLE "%s - Gaim"
175 #define LOG_CONVERSATION_TITLE "%s - Gaim (logged)" 163 #define LOG_CONVERSATION_TITLE "%s - Gaim (logged)"
176 164
177 /* These should all be runtime selectable */ 165 /* These should all be runtime selectable */