> For the complete documentation index, see [llms.txt](https://wiki.stmod.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.stmod.net/official-servers/chatting.md).

# Chatting

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/fhTgAqMeBpp4iHCeKB21" alt=""><figcaption></figcaption></figure>

* **Type** — Enter the text you want to spam.
* **Delete** — Clear your current text.
* **Delay** — Set how frequently (in seconds) your message will be sent.
* **Color** — Choose the color your spammed text will appear in.
* **Type** — Select the chat channel to send your message through:
  * Chat
  * Shout
  * PM
  * Merchant *(not available on all servers)*

***

**`Chatting tab → Auto-Reply`**

<figure><img src="https://app.gitbook.com/o/SrVu0j9CYXbvJXRYgHnk/~/files/h4SZjgZD66QmalN2JMka" alt=""><figcaption></figcaption></figure>

* **If word / phrase below found** — Enter the keyword or phrase the bot should watch for in incoming messages.
* **Reply with** — The message the bot will send when a match is found.

  Example: if you set the trigger to `hello` and the reply to `hi`, the exchange will look like this:

  ```
  PlayerX: hello
  STMod: hi
  ```
* **Enable auto-reply bot** — Turns the auto-reply bot on or off.
* **Reply back in x seconds** — How long (in seconds) the bot waits before sending its reply.
* **Current replies list** — Displays all of your currently configured trigger/reply pairs.
* **Reply with '?' if unknown message** — The bot replies with `??` when it receives a message that does not match any entry in your reply list.

  Example — reply list:

  ```
  abc:bca
  hey:hi
  ```

  ```
  PlayerX: hi there
  STMod: ??
  ```
* **Repeat previous message if unknown message** — The bot echoes back the last received message when no match is found in your reply list.

  Example — reply list:

  ```
  abc:bca
  hey:hi
  ```

  ```
  PlayerX: hi there
  STMod: hi there
  ```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.stmod.net/official-servers/chatting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
