vendetta-mod / ideas

Suggest plugin/theme ideas
15 stars 1 forks source link

Auto @silent always used #61

Closed Ann1kaB closed 1 year ago

Ann1kaB commented 1 year ago

Discord username

@.mochaneko

Plugin description

It would automatically use the @silent function when attempting to ping someone. Kind of like auto do not ping when replying to a message but not as a reply message.

Elaborate

It could be done as an auto adding of the text @silent at the start of the text when the user types '@' followed by the user to be pinged/notified or invisible to the user and still uses the @silent function.

aeongdesu commented 1 year ago

install Text Replace and add this rule:

{
    "name": "@silent",
    "match": "(^)+",
    "flags": "g",
    "replace": "@silent $1",
    "regex": true
}
Ann1kaB commented 1 year ago

install Text Replace and add this rule:

{
    "name": "@silent",
    "match": "(^)+",
    "flags": "g",
    "replace": "@silent $1",
    "regex": true
}

That works, but now I wonder how we could make it easy for people to find this

nexpid commented 1 year ago

install Text Replace and add this rule:

{
    "name": "@silent",
    "match": "(^)+",
    "flags": "g",
    "replace": "@silent $1",
    "regex": true
}

That works, but now I wonder how we could make it easy for people to find this

text replace rule browser <:trolley:1068825486265942056>

Ann1kaB commented 1 year ago

install Text Replace and add this rule:

{
    "name": "@silent",
    "match": "(^)+",
    "flags": "g",
    "replace": "@silent $1",
    "regex": true
}

That works, but now I wonder how we could make it easy for people to find this

text replace rule browser <:trolley:1068825486265942056>

Is that a thing? If so where can I find it?

aeongdesu commented 1 year ago

there is no rule browser thing

btw please close this issue