Advertisement
SaNCaK

mIRC Ignore Popups

Feb 14th, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.56 KB | None | 0 0
  1. menu nicklist,query {
  2.   $iif($$1 != $me, $iif($ignore($address($1,5)),$style(1)) Ignore): {
  3.     if ($ignore($address($1,5))) {
  4.       .ignore -r $iif($address($$1,2),$ifmatch,$$1)  
  5.       if ($address($$1,2)) { echo -a Info - Removed $address($$1,2) from ignore list }
  6.       else { echo -a Info - Removed $$1 from ignore list }
  7.     }
  8.     else {
  9.       .ignore $iif($address($$1,2),$ifmatch,$$1)
  10.       if ($address($$1,2)) { echo -a Info - Added $address($$1,2) to ignore list }
  11.       else { echo -a Info - Added $$1 to ignore list }    
  12.     }
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement