diff --git a/inc/config.php b/inc/config.php
index d359c234..ddf23279 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -1223,21 +1223,21 @@
$config['capcode'] = ' ## %s';
// "## Custom" becomes lightgreen, italic and bold:
- $config['custom_capcode']['Custom'] =' ## %s';
+ //$config['custom_capcode']['Custom'] =' ## %s';
// "## Mod" makes everything purple, including the name and tripcode:
- $config['custom_capcode']['Mod'] = array(
- ' ## %s',
- 'color:purple', // Change name style; optional
- 'color:purple' // Change tripcode style; optional
- );
+ //$config['custom_capcode']['Mod'] = array(
+ // ' ## %s',
+ // 'color:purple', // Change name style; optional
+ // 'color:purple' // Change tripcode style; optional
+ //);
// "## Admin" makes everything red and bold, including the name and tripcode:
- $config['custom_capcode']['Admin'] = array(
- ' ## %s',
- 'color:red;font-weight:bold', // Change name style; optional
- 'color:red;font-weight:bold' // Change tripcode style; optional
- );
+ //$config['custom_capcode']['Admin'] = array(
+ // ' ## %s',
+ // 'color:red;font-weight:bold', // Change name style; optional
+ // 'color:red;font-weight:bold' // Change tripcode style; optional
+ //);
// Enable the moving of single replies
$config['move_replies'] = false;