Coders-IRC


IRC for Coders

Archive October 2021


Eggdrops detection


image
on !*:join:#:{ set %chan # | .ctcp $nick VERSION }
on !*:ctcpreply:VERSION*:{
  if *eggdrop* iswm $1- {
    kick %chan $nick Eggdrops are not allowed $+ $chr(13) $+ mode %chan +b $wildsite
  }
}

Read More