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.
Help for those learning Tcl or writing their own scripts.
Gulio
Halfop
Posts: 74 Joined: Sun Nov 01, 2020 11:53 am
Post
by Gulio » Wed Jul 21, 2021 2:18 am
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> Ë
CrazyCat
Revered One
Posts: 1305 Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:
Post
by CrazyCat » Wed Jul 21, 2021 2:24 am
Gulio
Halfop
Posts: 74 Joined: Sun Nov 01, 2020 11:53 am
Post
by Gulio » Wed Jul 21, 2021 2:33 am
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!