Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-16 01:22:11 +00:00
parent e25818d832
commit 65c5efe43b
261 changed files with 3718 additions and 3831 deletions

View File

@@ -59,7 +59,7 @@ namespace pCampBot
protected string[] talkarray;
/// <summary>
///
///
/// </summary>
/// <param name="bsconfig">nini config for the bot</param>
public PhysicsBot(IConfig bsconfig)
@@ -69,7 +69,7 @@ namespace pCampBot
talkarray = readexcuses();
}
//We do our actions here. This is where one would
//We do our actions here. This is where one would
//add additional steps and/or things the bot should do
void m_action_Elapsed(object sender, ElapsedEventArgs e)