Advertisement
SaNCaK

mIRC Query Notify & Ignore

Feb 1st, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.38 KB | None | 0 0
  1. menu query {
  2.   -
  3.   $iif($PQTarget != $null,$iif($PQTarget isnotify,[×] Notify,[_] Notify)) : if ($1 isnotify) notify -r $1 | else notify $1 $?="Note"
  4.   $iif($PQTarget $+ !*@* isignore ,[×],[_]) Ignore : if ($1 $+ !*@*  isignore ) ignore -r $1 $+ !*@* |  else { ignore $1 $+ !*@*  | .close -mc $1 }
  5. }
  6.  
  7. alias PQTarget { if ($active == Notify List) return $snotify | else return $active }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement