Botserv say whut?

By GlobalAnomaly on Sep 10, 2009

It has just about everything a hawt script needs, but it is useless and can very easily excess you from a server. Help? (No, this doesn't go into the forums. It's a script I meant to post, just has some flaws).

Negative feedback will be deleted.

;Yes, I've adapted a style of making things unable to be read :( If you aren't used to MSL, just don't try to read my lame code.
alias msay { var %x 1 | :start | if (%x <= $chan(0)) { msg botserv say $chan(%x) $1- | inc %x | goto start } } 

Comments

Sign in to comment.
  -  Oct 17, 2009

.

 Respond  
GlobalAnomaly   -  Sep 11, 2009

I wanted to use a goto loop >_> but I see the difference :P

 Respond  
Jethro   -  Sep 11, 2009

A compact version:

alias msay var %x 1 | while $chan(%x) { bs say $v1 $1- | inc %x }
 Respond  
Atr   -  Sep 11, 2009

An /amsg using BotServ? Lol..

alias msay { 
  var %x 1
  while (%x <= $chan(0)) { 
    msg botserv say $chan(%x) $1-
    inc %x
  }
}

While loops > Goto loops :P

 Respond  
GlobalAnomaly   -  Sep 10, 2009

lol?

 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.