mIRC Home    About    Download    Register    News    Help

Print Thread
#224897 21/08/10 09:13 AM
Joined: Apr 2007
Posts: 60
M
maconga Offline OP
Babel fish
OP Offline
Babel fish
M
Joined: Apr 2007
Posts: 60
Is it possible to replay a fake mIRC version?

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


Invision Support
#Invision on irc.irchighway.net
Joined: Nov 2009
Posts: 81
V
Babel fish
Offline
Babel fish
V
Joined: Nov 2009
Posts: 81
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