* update comment
This commit is contained in:
parent
a52fdb633f
commit
982b7faeaa
1 changed files with 0 additions and 2 deletions
|
|
@ -617,8 +617,6 @@ func (al *AgentLoop) processMessage(ctx context.Context, msg bus.InboundMessage)
|
||||||
SendResponse: false,
|
SendResponse: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Commands are checked before requiring a successful route.
|
|
||||||
// Global commands (/help, /show, /switch) work even when routing fails;
|
|
||||||
// context-dependent commands check their own Runtime fields and report
|
// context-dependent commands check their own Runtime fields and report
|
||||||
// "unavailable" when the required capability is nil.
|
// "unavailable" when the required capability is nil.
|
||||||
if response, handled := al.handleCommand(ctx, msg, agent, &opts); handled {
|
if response, handled := al.handleCommand(ctx, msg, agent, &opts); handled {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue