fix: Make irc bot to use authentication module for user info (#4372)

This commit is contained in:
Neil Lathwood
2016-09-12 17:24:22 +01:00
committed by Tony Murray
parent b397e23763
commit 9e85f24b00
3 changed files with 8 additions and 4 deletions

View File

@ -25,6 +25,7 @@ require_once 'config.php';
require_once 'includes/definitions.inc.php';
require_once 'includes/functions.php';
require_once 'includes/discovery/functions.inc.php';
require_once 'html/includes/authentication/'.$config['auth_mechanism'].'.inc.php';
error_reporting(E_ERROR);
$irc = new LibreNMS\IRCBot();