diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-04 20:29:44 +0200 |
commit | b317b66c1a85de26def5c3371fe04b85f334fe45 (patch) | |
tree | 91754b010b95b5d80d913c5be722c54c4eaa456a /stopspam.h | |
parent | b15f94cba811a15aed857cf5e88e36374082e625 (diff) |
math expressions check code
Diffstat (limited to 'stopspam.h')
-rwxr-xr-x[-rw-r--r--] | stopspam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stopspam.h b/stopspam.h index 14202c7..94300b9 100644..100755 --- a/stopspam.h +++ b/stopspam.h @@ -17,6 +17,7 @@ extern BOOL gbRegexMatch; extern BOOL gbHistoryLog; extern BOOL gbInvisDisable; extern BOOL gbIgnoreURL; +extern BOOL gbMathExpression; extern tstring gbSpammersGroup; extern tstring gbQuestion; extern tstring gbAnswer; |