the on join part works but still having trouble with the
CTCP reply shows up in a Window named
@[s]ctcp.reply
and it doesn't message them or kick them
Code:
 
on *:CTCPREPLY:version*:{
  if ($2 == MaxX V*) {
    notice $nick <msg>
    kick $nick
  }
}
 

Last edited by Security; 28/02/03 02:28 AM.