it("should append invisible character through the me() function (case where we are joined to channel)", async function () {
      const { client, end, transports } = fakeClient();
      client.configuration.username = "randers";
      client.connections[0].joinedChannels.add("forsen");
      client.connections[0].wantedChannels.add("forsen");