diff options
author | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:56:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-08-21 18:56:18 +0300 |
commit | 8e83809c7e6850cb3adef7c461093125189b4842 (patch) | |
tree | b0673deda02c13373c2826c5c9a82cd3524bb66a /plugins/StopSpamMod/res | |
parent | 56fd5bdf2a55bd26ab7a6871a930915612c3d145 (diff) |
fixes #4581 (StopSpamMod: remove ICQ/MRA support)
Diffstat (limited to 'plugins/StopSpamMod/res')
-rw-r--r-- | plugins/StopSpamMod/res/stopspam.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/StopSpamMod/res/stopspam.rc b/plugins/StopSpamMod/res/stopspam.rc index 0698781aca..6780b67a47 100644 --- a/plugins/StopSpamMod/res/stopspam.rc +++ b/plugins/StopSpamMod/res/stopspam.rc @@ -90,12 +90,6 @@ BEGIN EDITTEXT ID_SPECIALGROUPNAME,217,15,79,12,ES_AUTOHSCROLL
CONTROL "Ignore URL in messages and auth requests",ID_IGNOREURL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,287,10
- CONTROL "Add contact to server list",IDC_ADDTOSRVLST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,124,187,10
- EDITTEXT IDC_AUTOADDGROUP,210,122,76,14,ES_AUTOHSCROLL
- GROUPBOX "After congratulation (MRA only)",IDC_STATIC,15,113,278,51
- CONTROL "Automatically grant authorization",IDC_AUTOAUTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,136,263,10
- CONTROL "Request authorization from contacts which pass StopSpam test",IDC_REQAUTH,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,148,267,10
CONTROL "Use regex for answers checking",IDC_REGEX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,88,287,10
CONTROL "Log Spammers to system history",IDC_HISTORY_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,99,218,10
CONTROL "Use math expression in question",IDC_MATH_QUESTION,
|