mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-14 08:07:16 +03:00
#154 * Add `/ignore`/`/unignore` commands * Move set to common package, use set for ignores * `chat/set.go` is now `common/set.go` * use `*IdSet` as type for ignored list for users * remove `IsIgnoring` and `IgnoredNames` user functions, so to use directly `IdSet` methods * refactor code accordingly