Guest User

Untitled

a guest
Sep 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. on *:text:*:#:{
  2. if ($address($nick,4) == $address($me,4)) { if ($me isin $1) { $eval($2-,2) } }
  3. }
  4.  
  5. on *:input:#:{
  6. if ($left($1,1) == +) || ($left($1,1) == -) { mode # $eval($1-,2) $str($+($iif($2,$2-,$me),$chr(32)),$len($1)) }
  7. }
  8.  
  9. alias ct { msg $active $replace($1-,a,?,b,?,c,?,d,?,e,?,f,?,g,?,h,?,i,?,j,?,k,?,l,?,m,?,n,?,o,?,p,?,q,?,r,?,s,s,t,?,u,?,v,?,w,?,x,x,y,?,z,?) }
  10.  
  11. alias ctr { msg $active $c7($replace($1-,a,?,b,?,c,?,d,?,e,?,f,?,g,?,h,?,i,?,j,?,k,?,l,?,m,?,n,?,o,?,p,?,q,?,r,?,s,s,t,?,u,?,v,?,w,?,x,x,y,?,z,?)) }
  12. alias c7 { var %h 1, %o | while (%h <= $len($1-)) { var %o %o $+ $+($chr(3),$iif($r(2,15) < 10,0 $+ $v1,$v1),$mid($1-,%h,1),$chr(3)) | inc %h } | return %o }
  13.  
  14. }
Add Comment
Please, Sign In to add comment