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
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
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:
[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,,
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.
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.
# 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}
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.