In pCampbot, change "show status" command to "show bots"
parent
9ae0641871
commit
1126efdcd0
|
@ -110,8 +110,8 @@ namespace pCampBot
|
||||||
"Show regions known to bots",
|
"Show regions known to bots",
|
||||||
HandleShowRegions);
|
HandleShowRegions);
|
||||||
|
|
||||||
m_console.Commands.AddCommand("bot", false, "show status",
|
m_console.Commands.AddCommand("bot", false, "show bots",
|
||||||
"show status",
|
"show bots",
|
||||||
"Shows the status of all bots",
|
"Shows the status of all bots",
|
||||||
HandleShowStatus);
|
HandleShowStatus);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue