Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ignore Popups
#1
Code:
on *:load: {
 .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41))
 .echo -s _____________________________________________________
 .echo -s 0,1 Loading 9,1Ignore0,1 Add-On... 
 .echo -s 0,1 You are running mIRC $version on Windows $+ $os
 .echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: {
 .echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41))
}
;############################  -«•»SaNCaK ScripT«•»-    ############################

menu nicklist,query {
 $iif($$1 != $me, $iif($ignore($address($1,5)),$style(1)) Ignore): {
   if ($ignore($address($1,5))) {
     .ignore -r $iif($address($$1,2),$ifmatch,$$1)  
     if ($address($$1,2)) { echo -a Info - Removed $address($$1,2) from ignore list }
     else { echo -a Info - Removed $$1 from ignore list }
   }
   else {
     .ignore $iif($address($$1,2),$ifmatch,$$1)
     if ($address($$1,2)) { echo -a Info - Added $address($$1,2) to ignore list }
     else { echo -a Info - Added $$1 to ignore list }    
   }
 }
}
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fun Popups Omar 0 2,377 12-08-2015, 05:20 PM
Last Post: Omar
  Ignore/unignore chatters Omar 3 5,556 24-11-2013, 09:51 AM
Last Post: Omar

Forum Jump:


Users browsing this thread: 1 Guest(s)