mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
feat: custom words blocked (#190)
* Update config.php * Update validator.php * Update config.php
This commit is contained in:
10
config.php
10
config.php
@@ -281,5 +281,13 @@ $config = array(
|
||||
'date_timezone' => 'Europe/Berlin', // more info at http://php.net/manual/en/timezones.php
|
||||
'footer_show_load_time' => true, // display load time of the page in the footer
|
||||
|
||||
'npc' => array()
|
||||
'npc' => array(),
|
||||
|
||||
// character name blocked
|
||||
'character_name_blocked' => array(
|
||||
'prefix' => array(),
|
||||
'names' => array(),
|
||||
'words' => array(),
|
||||
),
|
||||
|
||||
);
|
||||
|
Reference in New Issue
Block a user