Eat 3D

Buy BeyondUnreal Merchandise!
 
In the INI file supplied, is a line that starts like:
Settings=(Server="IRC.ENTERTHEGAME.COM",Port=6667 ... You will need to edit this line to change the bot's options. Below is information on each of the options:
Server The server the bot connects to.
Port The port on the server.
BotName The nickname the bot uses.
Channel The channel the bot joins.
bDisplayKills Whether the bot shows kills.
bDisplayChat Whether the bot shows in-game chat.
bSetTopic Whether the bot changes the topic, if this is set to false, the bot displays the data to the channel instead of setting the topic.
ScoreShowFrequency The time (in seconds) between displaying the names and scores of the players on each time.
bNoAttackMsg When set to false, the powernode and core 'under attack'
messages are not shown when reporting an ONS match.

Configure the INI to reflect where and what you want the bot to go and do.

You MUST configure the bot to tell it where to go, what name to use, etc.
Copy and paste the following two lines into your server's INI file:

** BEGIN COPY BELOW THIS LINE ***

[IRCReporter.Main]
Settings=(Server="IRC.ENTERTHEGAME.COM",Port=6667,BotName="IRCBot",Channel="#CHANGEME",bDisplayKills=True,bDisplayChat=True,bSetTopic=True,ScoreShowFrequency=300,bNoAttackMsg=False)

** END COPY ABOVE THIS LINE ***