diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 05:26:46 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-09 05:26:46 +0300 |
commit | 8df2a03d555d4359185344774d20016ec4709308 (patch) | |
tree | 1957eaacd6c0b825dd17759e35514f519b84d8ca /stopspam.h | |
parent | 15ee16e4e22313487b6676bf24fd8e53bfe3a2d5 (diff) | |
parent | c0245a95c2bbe2e83a5514e6652ce483a70122ee (diff) |
Merge remote branch 'origin/stopspam_mod_elzor' into stopspam_mod
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; |