Add WRK board

This commit is contained in:
towards-a-new-leftypol 2022-07-04 17:37:13 -04:00
parent aaa60c529a
commit d50e2b692e
1 changed files with 7 additions and 1 deletions

View File

@ -15,6 +15,7 @@
$config['boards'] = array( $config['boards'] = array(
array('leftypol', array('leftypol',
'b', 'b',
'WRK',
'hobby', 'hobby',
'tech', 'tech',
'edu', 'edu',
@ -39,6 +40,7 @@ $config['prepended_foreign_boards'] = array(
$config['categories'] = array( $config['categories'] = array(
'Leftypol' => array('leftypol', 'Leftypol' => array('leftypol',
'b', 'b',
'WRK',
'hobby', 'hobby',
'tech', 'tech',
'edu', 'edu',
@ -446,7 +448,7 @@ $config['markup'][] = array("/~~(.+?)~~/", "<span class=\"strikethrough\">\$1</s
// $config['wordfilters'][] = array('/nigger/i', 'uyghur', true); // $config['wordfilters'][] = array('/nigger/i', 'uyghur', true);
// $config['wordfilters'][] = array('/nigg/i', 'uygh', true); // $config['wordfilters'][] = array('/nigg/i', 'uygh', true);
$config['wordfilters'][] = array('/chud/i', 'FAGGOT', true); // $config['wordfilters'][] = array('/chud/i', 'FAGGOT', true);
/* /*
* Traditional word filters. Expires 31-12-2021. * Traditional word filters. Expires 31-12-2021.
@ -523,3 +525,7 @@ $config['filters'][] = array(
'action' => 'reject', 'action' => 'reject',
'message' => "$fakereason_ano" 'message' => "$fakereason_ano"
); );
// Changes made by Zer0- @ Thu 17 Mar 2022 05:22:44 PM UTC:
$config['global_message'] = '<p><a href="https://matrix.to/#/#leftyspace:matrix.leftychan.net" class="redtext"><span class="heading">Matrix</span></a></p> <p><a href="https://pleroma.leftychan.net/" class="redtext"><span class="heading">Pleroma</a></p> <p><a href="mumble://leftychan.net" class="redtext"><span class="heading">Mumble</span></a></p> <p><a href="https://discord.gg/AcZeFKXPmZ" class="redtext"><span class="heading">Discord</a></p> <p><a href="irc://irc.rizon.net:6697/leftychan" class="redtext"><span class="heading">IRC</span></a></p> <p><a href="https://dis.leftychan.net" class="redtext"><span class="heading">Text Boards</span></a></p>';