| 498 | !strcmp(cmd, "/exit") || |
| 499 | !strcmp(cmd, "/new") || |
| 500 | agent_slash_command_with_args(cmd, "/power") || |
| 501 | agent_slash_command_with_args(cmd, "/switch") || |
| 502 | agent_slash_command_with_args(cmd, "/del") || |
| 503 | agent_slash_command_with_args(cmd, "/strip") || |
| 504 | agent_slash_command_with_args(cmd, "/history"); |
| 505 | } |
no test coverage detected