Weird-Text

By Numuruzero on Sep 03, 2008

Woo! Random "I started on another script and made an accident, here, take the accident!" day! It was supposed to do something else. But, it does what it does, and in order to find out what it does, in case you can't tell from the script, you'll need to test it out. Just don't do it on a channel that doesn't like flooding.

alias weird { set %weird on | echo -a Weird-Text is now on. }
alias weirdoff { unset %weird | echo -a Weird-Text is now off. }
on *:input:*: {
  if ($left($1,1) == /) { $1- | halt }
  if (%weird == on) {
    haltdef
    set %char 1
    while (%char <= $len($1-)) {
      msg $chan $left($1-,%char)
      inc %char
    }
  }
}

Comments

Sign in to comment.
Numuruzero   -  Sep 03, 2008

Well it's all junk anyway. We're just giving ammo to the UFC. United Flooders Club.

 Respond  
Eugenio   -  Sep 03, 2008

rofl

 Respond  
napalm`   -  Sep 03, 2008

LoL @ Me ripping. I pasted mine in channel before he even posted.

 Respond  
Eugenio   -  Sep 03, 2008

rofl
hes is better but yeah = riped in a way
;x
/me rates yours 6 and hes 1

 Respond  
Numuruzero   -  Sep 03, 2008

Bah. You totally ripped mine off and made it fancy. You're just jealous you didn't think of it accidentally first.

 Respond  
napalm`   -  Sep 03, 2008

Mine > Yours.

 Respond  
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.