uMSG and uME

By shadow-Majestic on Jul 26, 2009

A simple but more effective amsg type of script. u can enter a person, and it will send a msg to all channels you share with him/her.

    alias umsg {
      if ($comchan($1, 0) == 0) { echo -a Error1 No such user! Usage: /umsg <nick> <text> | halt }
      set %umsg 0
      while (%umsg < $comchan($1, 0)) {
        inc %umsg
        msg $comchan($1, %umsg) <uMSG> $2- </uMSG>
      }
    }
    alias ume {
      if ($comchan($1, 0) == 0) { echo -a Error1 No such user! Usage: /ume <nick> <text> | halt }
      set %umsg 0
      while (%umsg < $comchan($1, 0)) {
        inc %umsg
        describe $comchan($1, %umsg) $2- </uME>
      }
    }

Comments

Sign in to comment.
Halit   -  Aug 01, 2009
Halit   -  Jul 28, 2009
shadow-Majestic   -  Jul 26, 2009

ye but this is more annoying

 Respond  
Scakk   -  Jul 26, 2009

/query person <-- same thing

 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.