Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. on !*:JOIN:#:{
  2. var %x = 1
  3. while (%x <= $lines($mircdirbadnicks.txt)) {
  4. if ($read(badnicks.txt,%x) iswm $nick) {
  5. ban -ku600 $chan $nick 2 12¤1©4»1"طــرد سـريــع- مــطـرود«"4«1©12¤
  6. }
  7. inc %x
  8. }
  9. }
  10.  
  11.  
  12. alias checknicks {
  13. var %x = 1
  14. while (%x <= $lines($mircdirbadnicks.txt)) {
  15. if ($read(badnicks.txt,%x) iswm $newnick) {
  16. /msg #english $nick and $newnick and $comchan
  17. ban -ku600 #مصر $newnick 2 12¤1©4»1"طــرد سـريــع- مــطـرود«"4«1©12¤
  18. }
  19. inc %x
  20. }
  21. }
  22.  
  23.  
  24.  
  25. on !*:NICK:{ checknicks }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement