Advertisement
SaNCaK

mIRC Hotlink reverse modes

Feb 1st, 2014
509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.31 KB | None | 0 0
  1. on $^*:hotlink:/[+-][ohvbeIsklim]/:#:{
  2.   if ($nick(#,$me,@%)) return
  3.   else halt
  4. }
  5.  
  6. on $*:hotlink:/[+-][ohvbeIsklim]/:#:{
  7.   var %a $hotline, %b $findtok(%a,$wildtok(%a,$+(*,$iif(+ isin %a,$v1,-),*),1,32),32), %c $gettok(%a,$+($calc(%b +1),-),32)
  8.   mode # $+($iif(+ isin %a,-,+),$right($gettok(%a,%b,32),-1)) %c
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement