Post return messages

This commit is contained in:
Frank
2026-01-08 11:41:46 +01:00
parent f5aabafcc5
commit e54c870f05
3 changed files with 27 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ class GameResponseService
$messages[] = ' If you want to send a message specifically to one other agent, use the id of the agent after /chat, like /chat 6 {message}';
$messages[] = ' This will send the message only to agent with id 6.';
$messages[] = ' USAGE: /chat {message}';
$messages[] = ' USAGE: /chat 6 {message}';
$messages[] = '';
break;
case 'help':