diff options
author | Hubert Hirtz <hubert@hirtz.pm> | 2021-12-09 13:07:12 +0100 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-12-09 13:07:12 +0100 |
commit | b7bfc0e28b8d5437faa5443d106ae95878114bf4 (patch) | |
tree | 70f2eb7846896bbe14378c6ce96085726c4ea1b3 /commands.go | |
parent | Remove old init (diff) |
Take NICKs into account when reducing join/part lines
So that 1/ redundant events are removed even if people change nick in
the mean time and 2/ events that are actually not redundant are not
removed, e.g.
+val val->jw +dan dan->val -val
should be reduced to
+val val->jw
instead of
val->jw +dan dan->val
Diffstat (limited to 'commands.go')
0 files changed, 0 insertions, 0 deletions