Add category for mod actions

This commit is contained in:
BrokenEagle
2018-01-13 14:48:08 -08:00
parent b9964e97a7
commit 3c45273694
18 changed files with 92 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ module Moderator
end
end
ModAction.log("processed mass update: #{antecedent} -> #{consequent}")
ModAction.log("processed mass update: #{antecedent} -> #{consequent}",:mass_update)
end
end
end