mIRC Homepage
Posted By: maconga Faking a CTCP VERSION - 21/08/10 09:13 AM
Is it possible to replay a fake mIRC version?
Posted By: Riamus2 Re: Faking a CTCP VERSION - 21/08/10 12:16 PM
No. You can disable /ctcp or add your own version that will display with mIRC's, but you cannot alter mIRC's version reply.
Posted By: Voglea Re: Faking a CTCP VERSION - 21/08/10 02:21 PM
Code:
alias traffic {
  tokenize 32 $1
  if ($1 == <-) {
    if ($5 == :VERSION) ctcpreply $mid($gettok($2,1,33),2) VERSION mIRC $+(v,$version) $me =)
    elseif ($5 == :TIME) ctcpreply $mid($gettok($2,1,33),2) TIME $asctime
  }
}
on *:START: {
  ignore -tw *
  debug -i aux traffic
}

enjoy.
© mIRC Discussion Forums