aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-23 21:33:54 +0000
committerJustin Clark-Casey (justincc)2011-11-23 21:33:54 +0000
commit1126efdcd062c46e7e6212c86b692d11e570d8b3 (patch)
treefd15151cf01c130bde828b31250eb982bf9cea79 /OpenSim/Tools
parentRename Bot.BotManager to Manager (diff)
downloadopensim-SC_OLD-1126efdcd062c46e7e6212c86b692d11e570d8b3.zip
opensim-SC_OLD-1126efdcd062c46e7e6212c86b692d11e570d8b3.tar.gz
opensim-SC_OLD-1126efdcd062c46e7e6212c86b692d11e570d8b3.tar.bz2
opensim-SC_OLD-1126efdcd062c46e7e6212c86b692d11e570d8b3.tar.xz
In pCampbot, change "show status" command to "show bots"
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index f372f9b..836d3f7 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -110,8 +110,8 @@ namespace pCampBot
110 "Show regions known to bots", 110 "Show regions known to bots",
111 HandleShowRegions); 111 HandleShowRegions);
112 112
113 m_console.Commands.AddCommand("bot", false, "show status", 113 m_console.Commands.AddCommand("bot", false, "show bots",
114 "show status", 114 "show bots",
115 "Shows the status of all bots", 115 "Shows the status of all bots",
116 HandleShowStatus); 116 HandleShowStatus);
117 117