Revert "remove mentionable switch since discord can do that now"

This reverts commit 0f003e262d.
master
an 2020-03-15 19:17:29 -04:00
parent 0f003e262d
commit 53fb4543f8
1 changed files with 2 additions and 0 deletions

View File

@ -67,11 +67,13 @@ class Mod_DTL < Vrobot4::Module::Module
ids = get_notification_roles m, argv[0]
if m.user.real.role? ids[:dev]
notif = m.chan.real.server.role ids[:not]
notif.mentionable = true
if argv[1]
m.reply "#{notif.mention} - #{argv[1].strip}"
else
m.reply notif.mention
end
notif.mentionable = false
else
m.reply "You don't have permission for that."
end