> 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
  ```
