Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. raw 303:*:{
  2. if (%settings.nick.grabber) {
  3. set %fast.nicks $2-
  4. set %fast.nick.current 21
  5. set %fast.nick.change 22
  6. set %x 1
  7. while (%x <= 20) {
  8. if (%get.nick. [ $+ [ %x ] ]) {
  9. if ((%get.nick. [ $+ [ %x ] ] == $me) && (!%fast.nick.trade)) { set %fast.nick.current %x }
  10. else {
  11. if (%get.nick. [ $+ [ %x ] ] !isin %fast.nicks) {
  12. if (%x < %fast.nick.change) {
  13. set %fast.nick.change %x
  14. }
  15. }
  16. }
  17. }
  18. inc %x 1
  19. }
  20. if (%fast.nick.change < %fast.nick.current) {
  21. if (!$splitcheck(%get.nick. [ $+ [ %fast.nick.change ] ])) {
  22. nick %get.nick. [ $+ [ %fast.nick.change ] ]
  23. unset %fast.nick.trade
  24. xl
  25. }
  26. }
  27. haltdef
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement