Code:
ON *:START:{
  .window -h @ctcp_catcher
  .debug -i @ctcp_catcher ctcp_catcher
}

alias ctcp_catcher {
  tokenize 32 $1
  if ($1 != <-) return
  if ($5 == :VERSION || $5 == VERSION) {
    var %to = $gettok($2,1,33)
    if ($left(%to,1) == :) {
      %to = $right(%to,-1)
    }
    ctcpreply %to VERSION Not telling v1.0
    return
  }
  return
}


voila!!!!!! version changer


D3m0nnet.com