Skip to content

Commit 4a1f80e

Browse files
authored
Clean and remove stale references (#38)
1 parent db3f574 commit 4a1f80e

File tree

3 files changed

+11
-23
lines changed

3 files changed

+11
-23
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ The process is extremely similar to ModMail, but with major differences. When a
1919
sends a direct message to the bot, Rodhaj will create a new ticket (which is a forum post)
2020
internally for staff to view. From there, each ticket is tied with a member and DMs from Rodhaj will be processed and sent to their respective tickets.
2121

22-
To ensure that staff will be able to respond, each active staff is randomly assigned
23-
to a particular ticket. This ensures that tickets are evenly distributed among staff. Staff are free to swap and work on multiple tickets as needed. Once a ticket is closed, the staff will be automatically unassigned from the ticket, and a new DM to Rodhaj will prompt the user to create a new ticket. It's designed to be a replacement to ModMail.
22+
Staff are free to swap and work on multiple tickets as needed. Once a ticket is closed, the staff will be automatically unassigned from the ticket, and a new DM to Rodhaj will prompt the user to create a new ticket. In short, it's designed to be a replacement to ModMail.
2423

2524
## Contributing
2625

docs/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Features
2727
Rodhaj offers these features in addition to ones found on ModMail:
2828

2929
- Advanced tags system
30-
- Automatic ticket assignment (with manual override)
3130
- Modern touch using forum channels, webhooks, and best practices
3231
- Customizable settings
3332

docs/user-guide/features.rst

+10-20
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,30 @@ The ticket will be marked as closed to the user and subsequently closed on the t
1818
Once closed, a ticket cannot be reopened. If a staff uses the ``?close`` command,
1919
the active ticket will be closed and the user will be notified of the closure.
2020

21-
Note that there is no plans to support timed closures, as it is a design feature fudmentally flawed for this type of command.
21+
Note that there is no plans to support timed closures,
22+
as it is a design feature fudmentally flawed for this type of command.
2223

2324
Administrative Features
2425
=======================
2526

2627
Replying
2728
--------
2829

29-
In order to reply to a thread, use the ``?reply`` command. This will send a message to the user within an active ticket.
30-
Without executing this command, all messages will be seen as internal in the ticket. Images attachments, emojis, and stickers
31-
are supported.
30+
In order to reply to a thread, use the ``?reply`` command.
31+
This will send a message to the user within an active ticket.
32+
Without executing this command, all messages will be seen as internal in the ticket.
33+
Images attachments, emojis, and stickers are supported.
3234

3335
.. note::
3436

35-
Unlike ModMail, **none** of the messages sent with the ``?reply`` command, internally in the ticket, or by the user to staff
36-
will be logged. This is to ensure that the privacy of the user is respected. Staff can always look back at an closed ticket
37-
within the ticket channel if they need to refer to a particular message.
37+
Unlike ModMail, **none** of the messages sent with the ``?reply`` command, internally in the ticket,
38+
or by the user to staff will be logged. This is to ensure that the privacy of the user is respected.
39+
Staff can always look back at an closed ticket within the ticket channel if they need to refer
40+
to a particular message.
3841

3942
Tags
4043
----
4144

4245
To aid with frequent responses, tags can be used. Tags do not have an owner associated, thus they can be used and edited by any staff member.
4346
Tags can be used by using the ``?tag <tag name>`` command, where ``<tag name>`` represents the name of the tag that should be used.
4447
By default, they are sent directly to the user who is in the ticket, but can be sent internally by using the ``--ns`` flag.
45-
46-
47-
Ticket Assignee
48-
---------------
49-
50-
As tickets are created, they are assigned to a staff member. This is done to ensure that the ticket is not left unattended.
51-
The ticket assignee is randomly selected from the staff members who are online. If no staff members are online, then there will not be a ticket assignee.
52-
In order to manually assign a ticket, the ``?assign`` command can be used. This will assign the ticket to the staff member who executed the command.
53-
54-
When the ticket is created, the staff is notified in a channel that logs events related to tickets. This is done to ensure that the staff is aware of the ticket
55-
and can act accordingly.
56-
57-

0 commit comments

Comments
 (0)