diff --git a/chat-commands.js b/chat-commands.js index 255beb4284d3..019cfad11a9d 100644 --- a/chat-commands.js +++ b/chat-commands.js @@ -713,7 +713,7 @@ const commands = { parentid: parent, auth: {}, introMessage: `

${titleMsg}

Follow the Pokémon Showdown Global Rules!
Don't be disruptive to the rest of the site.

`, - staffMessage: `

You can invite new users using /invite. Be careful with who you invite!

Commands: |

As creator of this groupchat, you are entirely responsible for what occurs in this chatroom. Global rules apply at all times.

If this room is used to break global rules or disrupt other areas of the server, you as the creator will be held accountable and punished.

`, + staffMessage: `

Groupchats are temporary rooms, and will expire if there hasn't been any activity in 40 minutes.

You can invite new users using /invite. Be careful with who you invite!

Commands: |

As creator of this groupchat, you are entirely responsible for what occurs in this chatroom. Global rules apply at all times.

If this room is used to break global rules or disrupt other areas of the server, you as the creator will be held accountable and punished.

`, }); if (targetRoom) { // The creator is a Room Owner in subroom groupchats and a Host otherwise..