constant SPAMBOT_ACTION_NONE in Spambot 7
Same name and namespace in other branches
- 6.3 spambot.module \SPAMBOT_ACTION_NONE
@file Main module file.
Anti-spam module that uses data from www.stopforumspam.com to protect the user registration form against known spammers and spambots.
2 uses of SPAMBOT_ACTION_NONE
- spambot_cron in ./
spambot.module - Implements hook_cron().
- spambot_settings_form in ./
spambot.admin.inc - Form builder for settings form.
File
- ./
spambot.module, line 11 - Main module file.
Code
define('SPAMBOT_ACTION_NONE', 0);