This commit is contained in:
2025-08-15 20:49:09 +09:00
parent a7e1e3e127
commit af3992dfdc

View File

@@ -185,7 +185,7 @@ class ControllerPlugin extends BaseControllerPlugin {
if (result && result.action) { if (result && result.action) {
await this.sendMessage(request, `**\`${nrc_username}\`**: ${result.passage}`); await this.sendMessage(request, `**\`${nrc_username}\`**: ${result.passage}`);
this.instance.sendTo({ instanceId: this.instance.id }, new ChatEvent(this.instance.name, `[color=255,255,255]\`${nrc_username}\`: ${result}[/color]`)); this.controller.sendTo({ instanceId: this.instance.id }, new ChatEvent(this.controller.name, `[color=255,255,255]\`${nrc_username}\`: ${result}[/color]`));
} }
} }
} }