Top

No.Spam


TCL Code
+ 0 likes
Please Register to submit score.
Average Score  5.5
Scores Submitted  2
Date Added  Jan 24, 2008
Last Updated  Jan 24, 2008
Tags  antispam  nospam  spamblock 

Introduction

Basic detection of public/private channel spam.

I checked if any antispam snippets had been added and found none under tcl, all the others were in the mIRC Scripting language, so I thought I should add this.

Grab the Code

Comments

  (4)  RSS
F*U*R*B*Y*
Comments: 551
 
TCL Snippet:  No.Spam
Posted on Jan 26, 2008 3:37 am
does anyone have any info on hawkee.com??

^^ Would get you kicked......
Get_A_Fix
Comments: 12
 
TCL Snippet:  No.Spam
Posted on Jan 28, 2008 6:43 am
heh, I guess that would depend on the user/channel and what they would like to match/kick/ban. Easily edited.

Code:

if {[string match -nocase \"*hawkee*\" $text]} { return }
mentalglitch
Comments: 23
 
TCL Snippet:  No.Spam
Posted on May 13, 2008 7:50 pm
lol agreed. tis all the script holders syntax, never blame the bot/script :P
youngblood
Comments: 5
 
TCL Snippet:  No.Spam
Posted on Aug 23, 2008 9:29 am
this would of been better off making it easier for the others by making a dialog for it this looks a litte complicated

Please Register or Login to start posting comments.
Bottom