added joinflood scanner
[NeonServV5.git] / src / event_neonspam_chanmsg.c
index 13e849b541930686ec980c7cfafee61fd9538bac..f55635a0e08b5c8608db34234db265345642a286 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>. 
  */
 
-#define SPAMSERV_CHECK_IGNORE 0
-#define SPAMSERV_CHECK_WARN   1
-#define SPAMSERV_CHECK_PUNISH 2
-
-#define SPAMSERV_MSG_SPAM       "Spamming"
-#define SPAMSERV_MSG_FLOOD      "Flooding the channel/network"
-#define SPAMSERV_MSG_ADV        "Advertising"
-#define SPAMSERV_MSG_JOINFLOOD  "Join flooding the channel"
-#define SPAMSERV_MSG_WARNING    "%s is against the channel rules"
-
 static int neonspam_spamscan(struct NeonSpamSettings *settings, struct ChanUser *chanuser, char *message);
 static int neonspam_floodscan(struct NeonSpamSettings *settings, struct ChanUser *chanuser);