aboutsummaryrefslogtreecommitdiff
path: root/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'common.js')
-rw-r--r--common.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/common.js b/common.js
index 1756387..46fe05a 100644
--- a/common.js
+++ b/common.js
@@ -102,8 +102,5 @@ module.exports.listChangeCommand = (action, list, status) => new Object({
}
})
-module.exports.stripPings = str => str
- .replace(/<@!/g, "<@​!")
- .replace(/<@&/g, "<@​&")
- .replace(/@here/g, "@​here")
- .replace(/@everyone/g, "@​everyone")
+module.exports.stripPings = str => str.replace(/@/g, "\@")
+