Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement