Skip to content
This repository was archived by the owner on Apr 4, 2020. It is now read-only.

Outline

Junior edited this page Mar 1, 2020 · 1 revision

Provider Options

  • Sqlite
  • RethinkDB
  • MongoDB
  • PostgresSQL
  • Redis

Commands

Utility

  • eval - (admin)
  • exec - (admin)
  • quote
  • my
    • favorites
    • spaces
    • tags
  • ping
  • info
  • sandbox - Timeout 5 seconds
  • invite

Core

  • (s|space)
    • create - Check if allowed to make namespaces, space already exists & limit reached
    • delete
    • edit
    • info
    • search?
  • (t|tag)
    • create
    • search
    • raw
    • list
    • delete
    • edit
    • transfer
    • info
    • favorite

---

  • Space / Namespace
    • Options
      • Private - visible to owner and contributors
      • Limited - visible to all, but only owner and contributor can manage
      • Contributors - a list of users who have operational power over the namespace, which include moderation actions
    • Functions
      • Create
      • Edit / Modify
        • Add / Check / Remove / Clear Contributor(s)
        • Transfer - to user or to SYSTEM (-1)
        • Rename
      • Delete
  • Tag
    • Options
    • Functions
      • Create
      • Edit / Modify
        • Rename
        • Transfer
      • Delete
      • Use tracking
  • Profile
    • Favorites
    • Tags
    • Spaces

Extra function

Use regex /\[>[^\s]*\/[^\s]*\]/g to run a tag check in message content.

Clone this wiki locally