Advertisement
Seb

mIRC CTCP Version changer.

Seb
May 7th, 2011
1,807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.47 KB | None | 0 0
  1. ;mIRC ctcp VERSION changer v2.0.1 Just Load and restart mIRC (//exit -nr)
  2. ;This is 100% legal, since its using the client's available commands and events. Nothing in the internal application is altered.
  3. ;If you want to complain, email khaled@mirc.com with this post's link.
  4.  
  5. alias vr.chk { tokenize 32 $1 | if ($1 == <-) { if ($5 == :VERSION) { ctcpreply $mid($gettok($2,1,33),2) VERSION 12m4IR8C $+(v,$version) <3 } } }
  6. on *:START: { debug -i vrchk vr.chk | ignore -tw * }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement