Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

  • PËRSHËNDETJE VIZITOR!

    Nëse ju shfaqet ky mesazh do të thotë se ju nuk jeni regjistruar akoma. Anëtarët e rregjistruar kanë privilegjin të marrin pjesë në tema të ndryshme si dhe të komunikojnë me anëtarët e tjerë. Bëhu pjesë e forumit Netedy.com duke u REGJISTRUAR këtu ose nëse ke një llogari KYCU. Komunikim alternative i ketij forumi me vajza dhe djem nga te gjithe trevat shqiptare? Hyr ne: CHAT SHQIP.

[mIRC Addon] Clone Kicker

centos

ⓃⒺⓉⒺⒹⓎ.ⒸⓄⓂ
ANETAR ✓
Regjistruar më
Dhj 13, 2004
Mesazhe
39,936
Code:
On !^*:JOIN:#: {
  if ($nick(#,$me,@&~%)) {
    IF ($ial == $false) { .ial on }
    IF ($chan(#).ial == $false) { who # | RETURN }
    VAR %total = $ialchan($wildsite,#,0)
    IF (%total >= 3) {
      if (%modechanWQ != $true) {
        raw mode  # +MRb $address($nick,2)
        set -u5 %modechanWQ $true
        .timerclones-XS 1 10 mode $chan -MR
      }
      VAR %i = 0
      WHILE (%i < %total) {
        INC %i
        VAR %nick = $ialchan($wildsite,#,%i).nick
        VAR %all.nicks = $addtok(%all.nicks,%nick,44)
        if (!$nick(#,$nick,@&~%)) {
          if  (!$regex($address($nick,2),/(irccloud)/i)) { kick # %nick Clone flood detected from $wildsite ( $+ %total users) }
        }
      }
      echo -c notice # *** Clone flood detected from $wildsite $+ : %all.nicks
}
  }
}
 

Postime të reja

Theme customization system

You can customize some areas of the forum theme from this menu.

Choose the color combination according to your taste

Select Day/Night mode

You can use it by choosing the day and night modes that suit your style or needs.

Welcome to the forum 👋, Guest

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.