mIRC Home    About    Download    Register    News    Help

Print Thread
#105598 18/12/04 08:35 AM
R
ricky_knuckles
ricky_knuckles
R
hi again
i was just wondering if you can change a version reply
and if so how

#105599 18/12/04 09:28 AM
K
krunch
krunch
K
use
/help ctcp
to list the command but here is a code snipplet

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

#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
K
krunch
krunch
K
you can, there is dll's and exe hax that take it out
but be proud of using mIRC, its the king chat client

#105602 18/12/04 10:36 PM
Joined: Mar 2004
Posts: 175
R
Vogon poet
Offline
Vogon poet
R
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 *!*@*
}

#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: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
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,


Link Copied to Clipboard