Change the way /mute works

This commit is contained in:
calzoneman 2013-10-16 17:36:05 -05:00
parent 5eda748fc4
commit 120d56d6c8
5 changed files with 51 additions and 5 deletions

View file

@ -1,3 +1,10 @@
Wed Oct 16 17:34 2013 CDT
* lib/utilities.js: Add a "Set" wrapper around objects to represent
sets.
* lib/channel.js, lib/user.js: Change the way muting works- muted
users are stored in a set and are automatically muted when they
join (this set is not persisted across restarts, however).
Wed Oct 16 17:19 2013 CDT
* lib/channel.js, lib/user.js: Only kick users on permissions
violations. Fail silently on bad packets.