Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 8th, 2012  |  syntax: mIRC  |  size: 0.45 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. on 3:TEXT:!say *:*:{
  2.   if ( $chan == $null) {
  3.     if (bu isin $3) { .msg $2 $4- }
  4.     elseif (b isin $3) { .msg $2  $4- }
  5.     elseif (u isin $3) { .msg $2  $4- }
  6.     elseif (p isin $3) { .msg $2 $4- }
  7.     else { .msg $2 $3- }
  8.   }
  9.   else {
  10.     if (bu isin $2) { /msg $chan $3- }
  11.     elseif (b isin $2) { /msg $chan $3- }
  12.     elseif (u isin $2) { /msg $chan " $3- }
  13.     elseif (p isin $2) { /msg $chan $3- }
  14.     else { /msg $chan $2-  }
  15.   }
  16. }