More formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-14 05:33:32 +00:00
parent c995d60d37
commit 6a1b787436
28 changed files with 173 additions and 162 deletions

View File

@@ -47,9 +47,12 @@ namespace pCampBot
public static void Main(string[] args)
{
IConfig config = ParseConfig(args);
if (config.Get("help") != null || config.Get("loginuri") == null) {
if (config.Get("help") != null || config.Get("loginuri") == null)
{
Help();
} else {
}
else
{
int botcount = config.GetInt("botcount", 1);
BotManager bm = new BotManager();