diff options
author | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-08 19:46:22 +0600 |
---|---|---|
committer | Sergey (Elzor) Bolhovskoy <elzor@foobar2000.ru> | 2010-04-08 19:46:22 +0600 |
commit | c0245a95c2bbe2e83a5514e6652ce483a70122ee (patch) | |
tree | 1957eaacd6c0b825dd17759e35514f519b84d8ca /stopspam.h | |
parent | b63effd23d033036b6b07c16680d26636289ab53 (diff) |
Add more options for ICQ protocol, auto remove useless messages from contact
Diffstat (limited to 'stopspam.h')
-rw-r--r-- | stopspam.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,4 +20,8 @@ extern tstring gbQuestion; extern tstring gbAnswer; extern tstring gbCongratulation; extern std::wstring gbAuthRepl; +extern BOOL gbAutoAuth; +extern BOOL gbAutoAddToServerList; +extern BOOL gbAutoReqAuth; +extern tstring gbAutoAuthGroup; |