Results 1 to 8 of 8

Thread: Copy cat Someone

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member dsboy's Avatar
    Join Date
    May 2009
    Posts
    21

    Default Copy cat Someone

    Code:
     
    on *:TEXT:!sa:#:{ 
      if ($nick isop $chan) && (%annoy == on) { 
        /msg $chan I'm done annoying %anick $+ ! 
        unset %anick 
        set %annoy off 
      } 
    } 
    
    on *:TEXT:!annoy *:#:{ 
      if (%annoy == on) { /msg $chan I'm already annoying %anick $+ ! Wait your turn :D 
        halt 
      }  
      else { 
        set %annoy on  
        set %anick $2 
        if ($nick isop $chan) { 
          /msg $chan Time to annoy %anick $+ ! 
          halt  
        } 
        else { /msg $chan Don't tell me what to do! } 
      } 
    } 
    on *:TEXT:*:#:{ 
      if ($nick == %anick) { 
        /notice $nick $1-
    Type !annoy nick to copy his words
    Type !sa to stop

  2. #2
    Member goldenwolf's Avatar
    Join Date
    Apr 2009
    Location
    Toronto Canada
    Posts
    39

    Default

    sounds very annoying :/

  3. #3

    Default

    Quote Originally Posted by goldenwolf View Post
    sounds very annoying :/
    Pretty much quoting this.

  4. #4
    Member Locotes's Avatar
    Join Date
    Aug 2008
    Location
    Somewhere I belong
    Posts
    69

    Default

    I wonder if this is one of the "handy" scripts, since this is going to annoy everyone. And I also wonder if you're the one who made this script...

  5. #5

    Default

    Quote Originally Posted by Locotes View Post
    I wonder if this is one of the "handy" scripts, since this is going to annoy everyone. And I also wonder if you're the one who made this script...
    lol not everyone even need a script like that to annoy people

  6. #6
    Junior Member Xio's Avatar
    Join Date
    Mar 2009
    Posts
    2

    Default

    2 little additions need to be made, First is that the script was cut off in your post. Second is that you might want to add and make sure that $2 is a nick. Else you could be being abused for script testing. Which would be classic, lol.

  7. #7
    Junior Member
    Join Date
    Aug 2008
    Posts
    14

    Default

    Code:
    on *:TEXT:*:#:{ if ($nick == %anick) { /notice $nick $1-
    needs to be:

    Code:
    on *:TEXT:*:#:{ if ($me isop $chan) { ban -k $chan $me i'm annoying } | else { part $chan i am annoying } }

  8. #8
    Junior Member
    Join Date
    Oct 2009
    Posts
    7

    Default

    erm.. hehe seems like a scammer, dont you think?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •