gSlap

By shadow-Majestic on Jul 26, 2009

Another one unusual slap script :)

    menu nicklist {
      .gslap:/gslap $1-
    }

    alias gslap {
      set %chan $chan
      set %nick $1-
      set %gslap 1
      dns google.com

    }
    on 1:DNS:{
      var %n = $dns(0)
      echo 4 Found %n addresses
      while (%n > 0) {
        echo 4 dns: $dns(%n) nick: $dns(%n).nick addr: $dns(%n).addr ip: $dns(%n).ip
        dec %n
      }
      if (%gslap == 1) {
        describe %chan slaps %nick around a bit with $dns($rand(1,$dns(0))).ip
        set %gslap 0

      }
    }

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.