ran into issues right away.. it shunned the first connection ! not the targetted one lol

Code
on 1:CTCPREPLY:VERSION*:{
  ;----------------------------
  var %banversion = Igloo IRC: https://iglooirc.com - v1.8.12 (13460)
  ;----------------------------
  if ($2- <= %banversion) {
    /msg #mastercontrol,#version 04SHUN VERSION $nick : $2-
    /tempshun $nick : %banversion - Shunned version
  }
  else { /msg #mastercontrol,#version 03VERSION $nick : $2- }
}


had a mibbit user connect and it shunned it.. so something is wrong grin

Last edited by Orobas; 07/12/20 08:53 AM. Reason: forgot additional info