Guest User

Untitled

a guest
Jan 21st, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.47 KB | None | 0 0
  1. on $*:text:/^[!.@]((at(t|k|tack))|(def(ence)?)|(agil(ity)?)|(cons|POH|construction))/Si:#: {
  2.   if (!$2) { msg $chan g !att $left(#99,1) }
  3.   if ((!$3) && ($left($2,1) === #)) { msg $chan !att #99 }
  4.   if ((!$3) && (!$left($2,1) === #)) { msg $chan !att ivadly }
  5.   if ($left($3,1) == #) { msg $chan !att ivadly #99 }
  6.   if (!$left($gettok($1-, -1, 32),1) == #) { msg $chan !att someone else }
  7.   if ($left($gettok($1-, -1, 32),1) == #) { msg $chan !att someone else #99 }
  8. }
Add Comment
Please, Sign In to add comment