This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

how to match this spam

Help for those learning Tcl or writing their own scripts.
Post Reply
G
Gulio
Halfop
Posts: 73
Joined: Sun Nov 01, 2020 11:53 am

how to match this spam

Post by Gulio »

how to match this kind of spam {1,2} letter for 2 3 lines in 5sec for 1 nick and multi nick host also and if user is from *.irccloud.com to send ban to iden also for *. mibbit.com

set spamchan "#test #test1"

set spam(flood) "2:5"

set spam(letters) "1,2"

set type(banmask) "2"

set spam(line) "2"

set spam(time) "5"


putserv "SAMJODE $::spamchan -v+b $iden@*"

putserv "SAMJODE $::spamchan -v+b $mask"

Code: Select all

[16:31:38] <guest827> A
[16:31:40] <guest827> B
[16:31:42] <guest827> C
[16:31:45] <guest827> Ç
[16:31:47] <guest827> D
[16:31:52] <guest827> DH
[16:31:55] <guest827> E
[16:31:57] <guest827> Ë
User avatar
CrazyCat
Revered One
Posts: 1217
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

Do not double post ! You already asked @ http://forum.egghelp.org/viewtopic.php?t=21012
G
Gulio
Halfop
Posts: 73
Joined: Sun Nov 01, 2020 11:53 am

hi

Post by Gulio »

Yes wrong thread there for that cozz is not script from others there

Code: Select all

Script Requests
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply