overboards.php: update exclude list

This commit is contained in:
Zankaria 2025-02-12 21:57:17 +01:00
parent f7b33678a4
commit a73456c283

View file

@ -12,21 +12,21 @@
'title' => 'Overboard', 'title' => 'Overboard',
'uri' => 'overboard', 'uri' => 'overboard',
'subtitle' => '30 most recently bumped threads', 'subtitle' => '30 most recently bumped threads',
'exclude' => array('assembly', 'assembly_archive', 'gulag'), 'exclude' => [ 'gulag', 'roulette', 'roulette_archive' ],
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
array( array(
'title' => 'SFW Overboard', 'title' => 'SFW Overboard',
'uri' => 'sfw', 'uri' => 'sfw',
'subtitle' => '30 most recently bumped threads from work-safe boards', 'subtitle' => '30 most recently bumped threads from work-safe boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'siberia'), 'exclude' => [ 'gulag', 'b', 'siberia', 'roulette', 'roulette_archive' ],
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
array( array(
'title' => 'Alternate Overboard', 'title' => 'Alternate Overboard',
'uri' => 'alt', 'uri' => 'alt',
'subtitle' => '30 most recently bumped threads from smaller interest boards', 'subtitle' => '30 most recently bumped threads from smaller interest boards',
'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'siberia', 'meta'), 'exclude' => [ 'gulag', 'leftypol', 'b', 'siberia', 'meta', 'roulette', 'roulette_archive' ],
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
); );