Skip to main content

Overview

Ping on join (poj) sends a ping to a new member in a specified channel when they join. The ping is automatically deleted after a configurable delay so it doesn’t clutter the channel.

Adding a ping-on-join channel

;poj add (channel) [delay in seconds]
If no delay is specified, the ping is deleted after 3 seconds by default.

Removing a ping-on-join channel

;poj remove (channel)

Enabling and disabling

;poj enable
;poj disable

Viewing the configuration

;poj list

Clearing all entries

;poj clear

Slash command alternative

All poj commands are also available via /poj:
/poj add channel:(channel) [time:(seconds)]
/poj remove channel:(channel)
/poj list
/poj enable
/poj disable
/poj clear