Update admin_settings.inc.php

This commit is contained in:
Nathan Patten 2014-02-24 20:28:09 +11:00
parent 3ea023e6e0
commit 624c613c89

View File

@ -351,7 +351,7 @@ $aSettings['system'][] = array(
$aSettings['system'][] = array(
'display' => 'IRC Chat Channel', 'type' => 'text',
'size' => 25,
'default' => '#',
'default' => '#lazypoolop',
'name' => 'system_irc_chat', 'value' => $setting->getValue('system_irc_chat'),
'tooltip' => 'Your IRC support channel name.'
);