diff options
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,11 +18,12 @@ struct contact_data { - list<string> msgs_to_tag, msgs_to_ignore; + list<string> msgs_to_tag, msgs_to_ignore, msgs_to_send; string key_in_prescense; }; extern std::map<HANDLE, contact_data> hcontact_data; +extern bool bAutoExchange; #endif |