MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
Personal Botnet Flood Protection EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Personal Botnet Flood Protection EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Personal Botnet Flood Protection EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Personal Botnet Flood Protection EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Personal Botnet Flood Protection EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Personal Botnet Flood Protection EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Personal Botnet Flood Protection EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Personal Botnet Flood Protection EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Personal Botnet Flood Protection EmptyThu Apr 07, 2022 4:45 am by Chief

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Personal Botnet Flood Protection

Go down

Personal Botnet Flood Protection Empty Personal Botnet Flood Protection

Post  Admin Thu Sep 01, 2011 3:46 pm

Code:

on *:open:?:*:{
  inc -u3 %msg.floodpro 1
  if (%msg.floodpro == 3) {
    echo -as Message Flood Detected, Activating Silence for 2 minutes.
    silence +*!*@*
    timerunsilence 1 120 silence -*!*@*
    close -m
  }
}

on *:notice:*:?:{
  if (%notice.floodpro.nick != $nick) {
    inc -u3 %notice.floodpro 1
  }
  if (%notice.floodpro == 3) {
    echo -as Notice Flood Detected, Activating Silence for 2 minutes.
    silence +*!*@*
    timerunsilence 1 120 silence -*!*@*
  }
  set %notice.floodpro.nick $nick
}

ctcp *:*:?:{
  if (%ctcp.floodpro.nick != $nick) {
    inc -u3 %ctcp.floodpro 1
  }
  if (%ctcp.floodpro == 3) {
    echo -as CTCP Flood Detected, Activating Silence for 2 minutes.
    silence +*!*@*
    timerunsilence 1 120 silence -*!*@*
  }
  set %ctcp.floodpro.nick $nick
}

on *:invite:#:{
  if (%invite.floodpro.nick != $nick) {
    inc -u3 %invite.floodpro 1
  }
  if (%invite.floodpro == 3) {
    echo -as Invite Flood Detected, Activating Silence for 2 minutes.
    silence +*!*@*
    timerunsilence 1 120 silence -*!*@*
  }
  set %invite.floodpro.nick $nick
}
Activates if more than 3 users query/notice/ctcp/invite you within 3 seconds by silencing *!*@* for 2 minutes
Admin
Admin
Admin

מספר הודעות : 269
Join date : 2009-09-12
Age : 43
מיקום : mIRCX IRC Network

https://mircx.forumotion.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum