Fix per-board name not being used

This commit is contained in:
Fredrick 2013-03-20 07:46:48 -04:00
parent 53f710060d
commit bb54605eb7
2 changed files with 3 additions and 3 deletions

View file

@ -858,8 +858,8 @@
$config['mod']['shadow_mesage'] = 'Moved to %s.';
// Capcode to use when posting the above message.
$config['mod']['shadow_capcode'] = 'Mod';
// Name to use when posting the above message.
$config['mod']['shadow_name'] = $config['anonymous'];
// Name to use when posting the above message. If false, the default board name will be used. If something else, that will be used.
$config['mod']['shadow_name'] = false;
// Wait indefinitely when rebuilding everything
$config['mod']['rebuild_timelimit'] = 0;