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 network Watch bot

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
ComputerTech
Master
Posts: 399
Joined: Sat Feb 22, 2020 10:29 am
Contact:

Help for network Watch bot

Post by ComputerTech »

Hey so i have seen on some irc networks, they have a bot that ircops can move to a channel they think are being flooded/spammed by bots, and this bot kills those bots.

Will this short script work?

Code: Select all

bind flud - pub flud:ban 

proc flud:ban { n u h t c } { 
  putnow "gline  +$n flood" 
} 
or

Code: Select all

bind flud - pub flud:ban 

proc flud:ban { n u h t c } { 
  putnow "kill $n flood" 
} 
I will try these now. 8)

But if anyone has a idea or script that kills or network bans on channel flood, feel free to share :wink:
ComputerTech
Post Reply