Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.30 KB | None | 0 0
  1. on *:START:{ if ($hget(cens)) hfree cens | hmake cens | If ($exec(cens.txt)) hload -n cens cens.txt | else echo -a FILE NOT FOUND }
  2.  
  3. on *:INPUT:*:{
  4.   tokenize 32 $1-
  5.   var %v $hget(cens,0).item, %e $1-
  6.   while (%v) { %e = $replace(%e,$hget(cens,%v).data,4<2censored4>) | dec %v }
  7.   say %e
  8.   halt
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement