diff options
Diffstat (limited to 'plugins/Spamotron')
-rw-r--r-- | plugins/Spamotron/src/spamotron.cpp | 1 | ||||
-rw-r--r-- | plugins/Spamotron/src/version.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Spamotron/src/spamotron.cpp b/plugins/Spamotron/src/spamotron.cpp index f9462b77e6..9464ca0a32 100644 --- a/plugins/Spamotron/src/spamotron.cpp +++ b/plugins/Spamotron/src/spamotron.cpp @@ -12,7 +12,6 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
__DESCRIPTION,
__AUTHOR,
- __AUTHOREMAIL,
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
diff --git a/plugins/Spamotron/src/version.h b/plugins/Spamotron/src/version.h index 55823a9f3b..2b68799605 100644 --- a/plugins/Spamotron/src/version.h +++ b/plugins/Spamotron/src/version.h @@ -9,6 +9,5 @@ #define __FILENAME "Spamotron.dll" #define __DESCRIPTION "Anti-spam plugin with captcha and Bayes filtering." #define __AUTHOR "vu1tur" -#define __AUTHOREMAIL "to@vu1tur.eu.org" #define __AUTHORWEB "https://miranda-ng.org/p/Spamotron/" #define __COPYRIGHT "© 2010 vu1tur" |