mIRC Home    About    Download    Register    News    Help

Print Thread
#224897 21/08/10 09:13 AM
M
maconga
maconga
M
Is it possible to replay a fake mIRC version?

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
No. You can disable /ctcp or add your own version that will display with mIRC's, but you cannot alter mIRC's version reply.

V
Voglea
Voglea
V
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.


Link Copied to Clipboard