Now that it's working, the code you need to add to the server's preferences file for adding irc integration is:
$Host::IrcBot = true;
$Host::IrcNick = "LegionsServer";
$Host::IrcChannel = "#LegionsChannel";
$Host::IrcAuth = true;
$Host::IrcAuthName = "LegionsServer";
$Host::IrcPassword =...