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.

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
s
sk-4
Halfop
Posts: 51
Joined: Sat Oct 06, 2007 6:37 am

Post by sk-4 »

speechles, the code that u gave its working.. bot name changed after part channel.. i try to test the spambot (advertised) seem the random nick not responding..and its change for 1st time only..after that its stay idle..
the nick niktha not part channel anymore.. sorry to trouble ;p

[19:06] * Joins: Spambot (~S-p-a-M@219.135.119.76)
[19:10] * Parts: +Spambot (~S-p-a-M@219.135.119.76)
[19:11] * Joins: Nikitha (~S-p-a-M@219.135.119.76)
User avatar
speechles
Revered One
Posts: 1398
Joined: Sat Aug 26, 2006 10:19 pm
Location: emerald triangle, california (coastal redwoods)

Post by speechles »

sk-4 wrote:speechles, the code that u gave its working.. bot name changed after part channel.. i try to test the spambot (advertised) seem the random nick not responding..and its change for 1st time only..after that its stay idle..
the nick niktha not part channel anymore.. sorry to trouble ;p

[19:06] * Joins: Spambot (~S-p-a-M@219.135.119.76)
[19:10] * Parts: +Spambot (~S-p-a-M@219.135.119.76)
[19:11] * Joins: Nikitha (~S-p-a-M@219.135.119.76)
Haw, reading back in the thread I see where your code came from and also noticed that it had a flaw within it. You can try using my prior post again (with the flaw corrected already) and see if that works. The tiny flaw is found below:

Code: Select all

putdcc $antispam(idx) "nick [lindex $antispam(nicks) [rand [llength $antispam(nicks)]]"
Missing a closing bracket at the end to completely satisfy the evaluation. It should be like below:

Code: Select all

putdcc $antispam(idx) "nick [lindex $antispam(nicks) [rand [llength $antispam(nicks)]]]"
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

sk-4, can you paste the output of '.set ::AllProtection::antispam(cnick)' after the antispam-bot changes its nickname?

Edit: It would also help if you specify which network your bot's connected on.
s
sk-4
Halfop
Posts: 51
Joined: Sat Oct 06, 2007 6:37 am

Post by sk-4 »

[07:32] <sk-5> .set ::AllProtection::antispam(cnick)
[07:32] <bot> What? You need '.help'

im having problem with set errinfo
and this is the setting
bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:set
btw the bot is for dalnet,once the second nick join the bot not responding..but no error in partyline and when i trigger any spamwords its not kicking,,
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Make sure you rehash after modifying the configurations file.
d
defy
Voice
Posts: 1
Joined: Sat Aug 15, 2009 8:29 pm

Post by defy »

Having problems with the script setting random channel modes during botnet floods on dalnet:

All the 'lock' modes are set to +RM in the configuration section but it keeps doing this (botnick is the eggdrop, opnick is an actual person,ChanServ is dalnet services):

00:21 -!- mode/#???? [+RMntics] by Botnick
00:21 -!- mode/#???? [-s] by ChanServ
00:21 -!- BuTtEr- was kicked from #casual by Botnick [Join/Part flood. (3 joins in 0.315 secs) :: ·5923·]
00:21 -Botnick:#casual- This channel has been temporarily locked due to abuse and will be back to normal once the problem has been dealt with.
00:21 -!- mode/#???? [+j 2:5] by Opnick[A]
00:21 -!- mode/#???? [+m] by Opnick[A]
00:22 -!- mode/#???? [-RMntic] by Botnick
00:22 -!- mode/#???? [+nt] by ChanServ

The normal channel mode is +nt, during these floods it's just supposed to add +RM to give +RMnt and once it's over, to remove just the RM but it behaves erratically as above.

I haven't edited any of the script beyond the settings (i wouldnt know how). The only thing that might be relevant is i previously used allprotection4.5 on the same eggdrop.

Any ideas what's going wrong?
g
gogers
Voice
Posts: 5
Joined: Sun Aug 16, 2009 6:42 am

Post by gogers »

set mode to +RMics

## 3 ## Botnet Notice flood (lines).
#

lappend ap:udefs {ap:bnotcl "4:2 MRics-k lines.flood 240"}

dun include (+nt)

n make sure you have did the same on .chanset ap:bnotcl 4:2 MRics-k lines.flood 240

after 240 sec the mode will change to -MRics

hope it helps you!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

defy wrote:Having problems with the script setting random channel modes during botnet floods on dalnet:

All the 'lock' modes are set to +RM in the configuration section but it keeps doing this (botnick is the eggdrop, opnick is an actual person,ChanServ is dalnet services):

00:21 -!- mode/#???? [+RMntics] by Botnick
00:21 -!- mode/#???? [-s] by ChanServ
00:21 -!- BuTtEr- was kicked from #casual by Botnick [Join/Part flood. (3 joins in 0.315 secs) :: ·5923·]
00:21 -Botnick:#casual- This channel has been temporarily locked due to abuse and will be back to normal once the problem has been dealt with.
00:21 -!- mode/#???? [+j 2:5] by Opnick[A]
00:21 -!- mode/#???? [+m] by Opnick[A]
00:22 -!- mode/#???? [-RMntic] by Botnick
00:22 -!- mode/#???? [+nt] by ChanServ

The normal channel mode is +nt, during these floods it's just supposed to add +RM to give +RMnt and once it's over, to remove just the RM but it behaves erratically as above.

I haven't edited any of the script beyond the settings (i wouldnt know how). The only thing that might be relevant is i previously used allprotection4.5 on the same eggdrop.

Any ideas what's going wrong?
If you set the lock to +RMntic then of course it's going to -RMntic after the lock-time passes. If you want it to only remove RM then set the lock-mode to +RM.
V
VinceDalnet
Voice
Posts: 17
Joined: Thu Mar 05, 2009 1:57 pm

Post by VinceDalnet »

how can i add my antispambot nick-pass in AllProtection tcl?
pls help
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

That feature is not implemented in AP.
g
gogers
Voice
Posts: 5
Joined: Sun Aug 16, 2009 6:42 am

Post by gogers »

VinceDalnet wrote:how can i add my antispambot nick-pass in AllProtection tcl?
pls help

not sure it will work, but give a try,
at
set server { irc.server.com:6667:password }

make your anti-spam-bot-nick pass = botnick pass ( mean select the same password)
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

That is the server password and has nothing to do with the nick's password.
V
VinceDalnet
Voice
Posts: 17
Joined: Thu Mar 05, 2009 1:57 pm

Post by VinceDalnet »

Sir_Fz

ok bro thanks anyway... i hope you'll consider implementing this feature in AP soon :)
i
idol
Voice
Posts: 4
Joined: Mon Aug 31, 2009 3:45 am

Post by idol »

Hi, I'm new about eggdrop scripting.
I use allprotection4.6b9.tcl
I have problem with anti-spam bot

[00:16] * Antispambot (AP@chatting.di.warnet.bbc.operator.ganteng.johan.sg) has left #spam
[00:16] * Antospambot (AP@chatting.di.warnet.bbc.operator.ganteng.johan.sg) has joined #spam
[00:16] * Spamkicker sets mode: +b *!*ChanServ@*.host.org
[00:31] * Antispambot (AP@chatting.di.warnet.bbc.operator.ganteng.johan.sg) has left #spam

any Antispambots do cycle, so it's always going to ban the ChanServ
how to fix it?
any one can help me?
thx

Code: Select all

# AntiSpamBot basic settings
# You can edit all these settings as you wish
# example: set antispam(nick) AntiSpamBot
set antispam(nick) Antispambot
set antispam(altnick) ${altnick}1
# Antispam ident & real name
set antispam(user) AP
set antispam(realname) "AllProtection Anti-Spam"
# example: set antispam(ip) 127.0.0.1
set antispam(ip) ${my-ip}
# example: set antispam(host) my.lame.vhost.net
set antispam(host) ${my-hostname}
[/code]
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Why is it banning Chanserv? does it send spam to the antispambot when it joins? If so, then simply add the Chanserv host to your bot as +f (friend) and it will be exempted from protection.
Post Reply