anti_spam_plugin.rb 216 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 class AntiSpamPlugin < Noosfero::Plugin def self.plugin_name "AntiSpam" end def self.plugin_description _("Checks comments against a spam checking service compatible with the Akismet API") end end