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 54e8061cde Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 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@5620679e80 Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 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 Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 years ago
RenX.AlwaysRecord Added plugin: RenX.AlwaysRecord 9 years ago
RenX.Announcements Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
RenX.Commands Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 years ago
RenX.Core Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 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 output_times is now database-specific. 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 more team-specific data to LadderDatabase::Entry. 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 Replaced RenX_OnVoteCall event with multiple vote-specific events. 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 Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
RenX.NicknameUUID Updated name in copyright notices. 9 years ago
RenX.Plugin.Template Updated name in copyright notices. 9 years ago
RenX.SetJoin Updated name in copyright notices. 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 RenX.Core: 9 years ago
Jupiter Bot.sln * Added full support for multiple ladder databases. 9 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.