Don't discard server messages

This commit is contained in:
2020-11-02 20:13:36 +00:00
parent 9959231d50
commit 5deb0649fb
2 changed files with 4 additions and 6 deletions

View File

@@ -6,8 +6,6 @@ import main
from utils.logging.debug import debug
def dedup(numName, b):
if b["type"] in ["quit", "nick"]:
return False # QUITs and NICKs can't be duplicated, they are global and duplications are likely
c = deepcopy(b)
if "time" in c.keys():
del c["time"]