You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please elaborate.
When adding people to group chat using the new adduser function, sometimes you forget how many users are in that thread. Branched off this issue: #143
Describe the solution you'd like
Add an automated function similar to Note to the adduser / removeuser.
When a user get added or removed, The Note will be updated to say x is in current thread.
[my prefix is =]
x start modmail.
staff adduser y to thread
--- when command is used, an automated note is made
Note: Thread is now a group chat. Current user: 2/10. Thread starter: x
Additional members: Y
Staff adduser z to thread
=adduser z
---- Note is updated to say
---- Thread is a group chat, current users 3/10. thread starter x
additional members: Y Z
staff removeuser y from thread
=removeuser y
---- Note is updated to say
---- Thread is a group chat, current users 2/10. thread starter x
additional members: Z
staff adduser a & b tothread
=adduser a b
---- Note is updated to say
---- Thread is a group chat, current users 4/10. thread starter x
additional members: Z a b
this would be for internal use, so a note function.
Does your solution involve any of the following?
Logviewer
New config option
Describe alternatives you've considered
Above solution can be done manually, it just helps being automated.
Who will this benefit?
This would benefit people use the group chat function. An automated system helps with keeping track on members in a thread.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
New recipients and initial thread starters are already indicated in the initial "genesis message" which is pinned to the channel. An example is attached. If you want your note functionality, you can create a plugin instead.
Is your feature request related to a problem? Please elaborate.
When adding people to group chat using the new
adduser
function, sometimes you forget how many users are in that thread. Branched off this issue: #143Describe the solution you'd like
Add an automated function similar to Note to the adduser / removeuser.
When a user get added or removed, The Note will be updated to say x is in current thread.
[my prefix is =]
--- when command is used, an automated note is made
Note: Thread is now a group chat. Current user: 2/10. Thread starter: x
Additional members: Y
=adduser z
---- Note is updated to say
---- Thread is a group chat, current users 3/10. thread starter x
additional members: Y Z
=removeuser y
---- Note is updated to say
---- Thread is a group chat, current users 2/10. thread starter x
additional members: Z
=adduser a b
---- Note is updated to say
---- Thread is a group chat, current users 4/10. thread starter x
additional members: Z a b
this would be for internal use, so a note function.
Does your solution involve any of the following?
Describe alternatives you've considered
Above solution can be done manually, it just helps being automated.
Who will this benefit?
This would benefit people use the group chat function. An automated system helps with keeping track on members in a thread.
Additional Information
No response
The text was updated successfully, but these errors were encountered: