launch pCampbot shutdown console comand asynchronously
parent
f31a58bd99
commit
9cba179dff
|
@ -233,8 +233,11 @@ namespace pCampBot
|
||||||
|
|
||||||
private void HandleShutdown(string module, string[] cmd)
|
private void HandleShutdown(string module, string[] cmd)
|
||||||
{
|
{
|
||||||
m_log.Warn("[BOTMANAGER]: Shutting down bots");
|
Util.FireAndForget(o =>
|
||||||
doBotShutdown();
|
{
|
||||||
|
m_log.Warn("[BOTMANAGER]: Shutting down bots");
|
||||||
|
doBotShutdown();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void HandleShowStatus(string module, string[] cmd)
|
private void HandleShowStatus(string module, string[] cmd)
|
||||||
|
|
Loading…
Reference in New Issue