Emsg
Posted by HellRaz0r
Friday, September 08, 2006
Description: Same as amsg but allows you to exclude some channels.


;/emsg #chantoexclude,#another Your Message.
alias emsg {
  var %x = 1
  while ($chan(%x)) {
    var %chan = $v1
    if (!$istok($1,%chan,44)) { msg %chan $2- }
    inc %x
  }
}
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world