IRC Script

Bestking

Member
As Poponfu mentioned in the 1.4 change-log, Legions now has a IRC Script, but I don't know how to use it...
Any Help please?
 

Voltage

Puzzlemaster
Join #Empire.1 and #Empire.2 on your irc client (the two servers that I know it's active on), and that's it. You'll see the server activity in the channel, a list of the players currently in the server with the '`list' command, etc.
 

Xzanth

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

Obviously substitute in your own channel name and bot names and enable IrcAuth if you've got an account for it with Q.

At the moment it is only set up for the quakenet server as that is where all the legions related channels are found but it would not be too difficult for people to modify this. The related file would be /server/scripts/irc.cs
 

Application-1

test bester
Can the owner of the dedicated US servers maybe make this work? I find the EU irc channels very usefull and would like to see the same for other servers. Would maybe spice up irc activity aswell.
 
Top