mIRC Home    About    Download    Register    News    Help

Print Thread
#110087 04/02/05 07:05 AM
Joined: Jan 2004
Posts: 25
D
djdj Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2004
Posts: 25
I made a ctcpreply on VERSION, but when I do it on myself it says:
[$nick VERSION reply]: mIRC v6.16 Khaled Mardam-Bey

here's the code:
ctcp *:version:{
haltdef
.ctcpreply $nick VERSION ÐeltaScript v1.0 by Thax
}


Can someone help me get the mIRC reply go away?
Thanks! grin


Thax
#110088 04/02/05 07:34 AM
Joined: Sep 2004
Posts: 237
Fjord artisan
Offline
Fjord artisan
Joined: Sep 2004
Posts: 237
Remove the haltdef, someone set me straight here if i'm wrong, but you cant prevent mIRC from displaying its own version reply.
This is mine and it works fine.
Code:
 ctcp *:VERSION:{
  .ctcpreply $nick VERSION 9,2 -mEssentials-  041.0 by 4,12-15,14 JAFO 4,12-
} 

Last edited by JAFO; 04/02/05 07:36 AM.
#110089 04/02/05 10:32 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
You are straight. Mircs version info cant be stopped with a halt or a haltdef, its hardcoded to go off if there is a ctcp version recieved.

#110090 05/02/05 10:28 PM
Joined: Jan 2004
Posts: 25
D
djdj Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2004
Posts: 25
Well, I did what you guys told me, but it still pops up the mIRC version reply...

(
ctcp *:version:{
.ctcpreply $nick VERSION ÐeltaScript v1.0 by Thax
}
)


Thax
#110091 05/02/05 10:36 PM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Quote:
Well, I did what you guys told me, but it still pops up the mIRC version reply...

(
ctcp *:version:{
.ctcpreply $nick VERSION ÐeltaScript v1.0 by Thax
}
)


You didnt read very carefully tho did you, I said you can not stop mirc issuing its version once a ctcp version is recieved. So the HALT or HALTDEF wont do anything.

#110092 05/02/05 10:49 PM
Joined: Jan 2004
Posts: 25
D
djdj Offline OP
Ameglian cow
OP Offline
Ameglian cow
D
Joined: Jan 2004
Posts: 25
ok, I'm sorry... I'm not english, so it's hard to understand each word smirk but thanks for the help smile


Thax

Link Copied to Clipboard