You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jessica James af53d25ed7 Minor updat to project file 8 years ago
Bot Learned how to use a mutex. 9 years ago
ChannelRelay Updated name in copyright notices. 9 years ago
CoreCommands Bot: 9 years ago
ExtraCommands Updated name in copyright notices. 9 years ago
FunCommands RenX.Core: 9 years ago
HTTPServer Moved 'RenX_LadderDatabase' from 'RenX.Ladder' to 'RenX::LadderDatabase' in 'RenX.Core' 9 years ago
Jupiter@87f1b47149 Added support for RCON protocol 4 8 years ago
Plugin.Example Updated name in copyright notices. 9 years ago
Plugin.Template Updated name in copyright notices. 9 years ago
PluginManager Updated name in copyright notices. 9 years ago
Release Added support for RCON protocol 4 8 years ago
RenX.AlwaysRecord RenX.Core: 9 years ago
RenX.Announcements Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
RenX.Commands Bug fix 9 years ago
RenX.Core Added support for RCON protocol 4 8 years ago
RenX.ExcessiveHeadshots General code improvements 9 years ago
RenX.ExtraLogging Updated name in copyright notices. 9 years ago
RenX.Greetings Updated name in copyright notices. 9 years ago
RenX.HybridUUID Updated name in copyright notices. 9 years ago
RenX.IRCJoin Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
RenX.Ladder Added some safety checks for when no default database is specified. 9 years ago
RenX.Ladder.All-Time output_times is now database-specific. 9 years ago
RenX.Ladder.Daily output_times is now database-specific. 9 years ago
RenX.Ladder.Monthly output_times is now database-specific. 9 years ago
RenX.Ladder.Web Added format flags to determine header/footer inclusion 9 years ago
RenX.Ladder.Weekly output_times is now database-specific. 9 years ago
RenX.Ladder.Yearly output_times is now database-specific. 9 years ago
RenX.Listen Moved 'RenX_LadderDatabase' from 'RenX.Ladder' to 'RenX::LadderDatabase' in 'RenX.Core' 9 years ago
RenX.Logging Updated Jupiter (bug fix) 9 years ago
RenX.Medals Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
RenX.MinPlayers Updated name in copyright notices. 9 years ago
RenX.ModSystem Added support for RCON protocol 4 8 years ago
RenX.NicknameUUID Updated name in copyright notices. 9 years ago
RenX.Plugin.Template Updated name in copyright notices. 9 years ago
RenX.ServerList Added support for RCON protocol 4 8 years ago
RenX.SetJoin Moved RenX SetJoins to serparate INI file. 9 years ago
RenX.Warn General code improvements 9 years ago
SetJoin Updated name in copyright notices. 9 years ago
.gitattributes Initial commit to add default .gitIgnore and .gitAttribute files. 10 years ago
.gitignore RenX.Core: 9 years ago
.gitmodules Update .gitmodules 9 years ago
Config.ini Added support for RCON protocol 4 8 years ago
Jupiter Bot.sln Minor updat to project file 8 years ago
LICENSE Update LICENSE 9 years ago
MakeRelease.bat Update MakeRelease.bat 9 years ago
Mods.ini Moved ini/txt files from "Release" to base directory. 9 years ago
ReadMe.txt Moved ini/txt files from "Release" to base directory. 9 years ago
RenXGameCommands.ini Added RenX::BasicGameCommand, and appropriate config sections in RenXGameCommands.ini. 9 years ago
Translations.ini Moved ini/txt files from "Release" to base directory. 9 years ago

ReadMe.txt

The command line for this application is as follows:
Bot.exe [-config Config.ini] [-pluginsdir Plugins\]

There are also many configuration options in the Config
file. Please read through these to get an idea of what
exactly you can actually configure the bot to do. If you
understand how to configure this bot, you can potentially
reduce all of your IRC bots down to a single instance.

Also: Take note that whenever the bot syncs the config
from memory to the file (such as when adding a setjoin),
all comments in the file are destroyed.