Antispam Notify ops

By papanoel on Aug 21, 2009

This snippet Will check for spam wich a msg wend they join on you channel and send a notice to the ops in the channel wich the nick, ip and msg.
EG.
-AntispamBOT:+#channel- [SPAM] The user sarah93 wich ip 7D22240B.DE8BB402.2A21A6B3.IP: is sending Channel/website Adv. in my private wich the next msg-> Register with this link and recive 5$ hxxp:// www. neo*. com /?r=*****

And if you join and resive a auto-msg like this

wanna c my pic ? Hi, you send me a Auto-msg. This msg will check you for spam Register with this link and recive 5$ hxxp:// www. neo***. com /?r=******* Will send a auto-msg for catch the spam also have a auto /hop and join channel (NOTE: just change the #channel for you channel) Papanoel ```mirc on *:Connect: { .join #channel | timerhop 1 60 /hop #channel } on *!:Join:#channel: .timer 1 10 .msg $nick Checking for spam, Dont reply. on ^*:Open:?: { tokenize 32 $strip($1-) if ((*www.* iswm $1-) || (*http* iswm $1-) || (*#* iswm $1-) || (*.net* iswm $1-) || (*.tk* iswm $1-) || (*.de* iswm $1-) || (*.com* iswm $1-)) { echo -s 4 $nick is a spam .timerops 1 2 .notice @#channel [SPAM] The user $nick wich ip $site $+ : is sending Channel/website Adv. in my private wich the next msg-> < $+ $nick $+ > $1- .timer 1 8 /ignore -u3600 $nick } elseif ((*sup* iswm $1-) || (*hi* iswm $1-) || (*you* iswm $1-) || (*check* iswm $1-) || (*pic* iswm $1-) || (*hello* iswm $1-) || (*plz* iswm $1-)) { .timerauto 1 2 .msg $nick Hi, you send me a Auto-msg. This msg will check you for spam } haltdef } ```

Comments

Sign in to comment.
papanoel   -  Aug 25, 2009

Done, i miss that

 Respond  
Cracker200   -  Aug 21, 2009

Um....

 Respond  
zNigel-   -  Aug 21, 2009

Misplaced bracket. Remove the last one :)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.