mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert manual name to branded name
This commit is contained in:
@@ -382,8 +382,8 @@ $config['device_traffic_descr'][] = '/dummy/';
|
||||
$config['irc_host'] = "";
|
||||
$config['irc_port'] = "";
|
||||
$config['irc_maxretry'] = 3;
|
||||
$config['irc_nick'] = "LibreNMS";
|
||||
$config['irc_chan'][] = "##librenms";
|
||||
$config['irc_nick'] = $config['project_name'];
|
||||
$config['irc_chan'][] = "##" . $config['project_id'];
|
||||
$config['irc_pass'] = "";
|
||||
$config['irc_external'] = "";
|
||||
$config['irc_authtime'] = 3;
|
||||
|
||||
Reference in New Issue
Block a user