mob
var/muted = 0
var/list/muted = list()
The first one uses a variable under mob that a moderator can set to true or false. For the second one, the moderator has to add the person to a global list.
Which one should I use? If I use the first one and the person just relogs, will they still be muted? Similar for the second one, if I reboot the world will then the list become empty?