One way to do it is to have the ctcp version reply script that you are running HALT the replies that you are getting. IE:
on ^*:CTCPREPLY:version*: {
if ($nick ison #invision) { ; somthing along the lines of this
; your script
haltdef
}
}
You could do that, or instead of just halting you could use echo -s to echo it to server window, and then halt it.
You may have to load this script in a higher position than ictcp.mrc in order to halt it before ictcp.mrc echos it.
Hopefully this helps
-cRiTiC[/b]