> ## Documentation Index
> Fetch the complete documentation index at: https://docs.haunt.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ping on Join

> Mention a newcoming member in a specific channel.

<Note>Haunt's prefix is set to `;` by default.</Note>
<Info>Use `;prefix set [character]` to change the prefix for your server.</Info>

## Add a Channel

You can **add** a channel by using the `pingonjoin add` command.

<CodeGroup>
  ```javascript Syntax theme={null}
  ;pingonjoin add (channel)
  ```

  ```javascript Example theme={null}
  ;pingonjoin add #rules
  ```
</CodeGroup>

<br />

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/NA29Wt40y-eB6BW_/images/configuration/messages/poj/add.png?fit=max&auto=format&n=NA29Wt40y-eB6BW_&q=85&s=fbbc7f3e0fcec63c5a8c965e7aa703bf" width="555" height="158" data-path="images/configuration/messages/poj/add.png" />
</Frame>

## Remove a Channel

You can **remove** a channel by using the `pingonjoin remove` command.

<CodeGroup>
  ```javascript Syntax theme={null}
  ;pingonjoin remove (channel)
  ```

  ```javascript Example theme={null}
  ;pingonjoin remove #rules
  ```
</CodeGroup>

<br />

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/NA29Wt40y-eB6BW_/images/configuration/messages/poj/remove.png?fit=max&auto=format&n=NA29Wt40y-eB6BW_&q=85&s=859001b5339dba879bb59846dafd1a24" width="531" height="170" data-path="images/configuration/messages/poj/remove.png" />
</Frame>

## Update a Channel

<p>
  Update a channel to mention a newcoming member in a different **channel**.<br />
  You can do this by using the `pingonjoin edit` command.
</p>

<CodeGroup>
  ```javascript Syntax theme={null}
  ;pingonjoin edit (channel) (new channel)
  ```

  ```javascript Example theme={null}
  ;pingonjoin edit #rules #partners
  ```
</CodeGroup>

<br />

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/NA29Wt40y-eB6BW_/images/configuration/messages/poj/update.png?fit=max&auto=format&n=NA29Wt40y-eB6BW_&q=85&s=b255257ba4046d16bac0a455b0343c60" width="555" height="154" data-path="images/configuration/messages/poj/update.png" />
</Frame>

## Viewing the Channels

View every **channel** that you've added with the `pingonjoin view` command.

<CodeGroup>
  ```javascript Syntax theme={null}
  ;pingonjoin view
  ```

  ```javascript Example theme={null}
  ;pingonjoin view
  ```
</CodeGroup>

<br />

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/NA29Wt40y-eB6BW_/images/configuration/messages/poj/view.png?fit=max&auto=format&n=NA29Wt40y-eB6BW_&q=85&s=90232b53cb679536a7dea8693822deec" width="514" height="250" data-path="images/configuration/messages/poj/view.png" />
</Frame>

## Clearing every Channel

Clear every **channel** that you've added with the `pingonjoin clear` command.

<CodeGroup>
  ```javascript Syntax theme={null}
  ;pingonjoin clear
  ```

  ```javascript Example theme={null}
  ;pingonjoin clear
  ```
</CodeGroup>

<br />

<Frame>
  <img src="https://mintcdn.com/haunt-74016d1b/NA29Wt40y-eB6BW_/images/configuration/messages/poj/clear.png?fit=max&auto=format&n=NA29Wt40y-eB6BW_&q=85&s=fd737c4fb6c8512ae48d7add4267d566" width="533" height="169" data-path="images/configuration/messages/poj/clear.png" />
</Frame>
