mIRC Home    About    Download    Register    News    Help

Print Thread
#105598 18/12/04 08:35 AM
Joined: Nov 2004
Posts: 332
R
Fjord artisan
OP Offline
Fjord artisan
R
Joined: Nov 2004
Posts: 332
hi again
i was just wondering if you can change a version reply
and if so how


The Kodokan will move you, one way or another.
#105599 18/12/04 09:28 AM
Joined: Dec 2002
Posts: 94
K
Babel fish
Offline
Babel fish
K
Joined: Dec 2002
Posts: 94
use
/help ctcp
to list the command but here is a code snipplet

Code:
ctcp 1:version:?:{ ctcpreply $nick VERSION this is my version }


Lets get dirty
#105600 18/12/04 10:37 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
You can add your own version reply using the script provided by krunch, but you cannot halt the default version reply.

#105601 18/12/04 11:34 AM
Joined: Dec 2002
Posts: 94
K
Babel fish
Offline
Babel fish
K
Joined: Dec 2002
Posts: 94
you can, there is dll's and exe hax that take it out
but be proud of using mIRC, its the king chat client


Lets get dirty
#105602 18/12/04 10:36 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
You can ignore all CTCPs using /ignore -t *!*@*. That is the only way to halt ctcps like VERSION. Then create an alias to parse debug lines and catch CTCPs:

Code:
Alias Debug_Parse {
  ; Parse debug messages
}
On *:CONNECT: {
  window -h $+(@Debug,$Cid)
  .debug -i $+(@Debug,$Cid) Debug_Parse 
  .ignore -tw *!*@*
}


- Relinsquish
#105603 19/12/04 12:18 AM
Joined: Nov 2003
Posts: 228
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Nov 2003
Posts: 228
That's true, but the reason I didn't mention it is because I believe the version reply shouldn't be altered in any way. Give credit where credit is due.

#105604 19/12/04 09:14 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Changing the version reply is not only lame, but it will also often get you banned from channels. I know of quite a few ops of #mirc channels who will ban a user without question should they have 'hexed' the version reply.

I question the usefulness of helping someone with something that is considered by the majority lame, unfair and also something which will result in them getting banned in channels.

Regards,


Mentality/Chris

Link Copied to Clipboard