Exclude /i/ from overboards

This commit is contained in:
towards-a-new-leftypol 2024-02-20 16:34:45 -05:00
parent 7f1ef7a019
commit b6f3265b2f
1 changed files with 3 additions and 3 deletions

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' => array('assembly', 'assembly_archive', 'gulag', 'i'),
'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', 'R9K'), 'exclude' => array('assembly', 'assembly_archive', 'gulag', 'b', 'R9K', 'i'),
'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', 'meta'), 'exclude' => array('assembly', 'assembly_archive', 'gulag', 'leftypol', 'b', 'meta', 'i'),
'thread_limit' => $thread_limit, 'thread_limit' => $thread_limit,
), ),
); );