Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. alias BadTara {
  2. echo -a -> $1 kanali icin badnick taramasi gerceklestiriliyor..
  3. var %d 1
  4. while %d <= $nick($1,0) {
  5. if $read($mIRCdirBadNick.txt,w,$nick($1,%d)) {
  6. ban -k $1 $nick($1,%d) BadNick kullandiginiz gerekcesi ile uzaklastirildiniz.
  7. inc %d
  8. }
  9. }
  10. }
Add Comment
Please, Sign In to add comment