diff --git a/src/pool-service/IrcClientRedisState.ts b/src/pool-service/IrcClientRedisState.ts index 5804aad0c..4368fb753 100644 --- a/src/pool-service/IrcClientRedisState.ts +++ b/src/pool-service/IrcClientRedisState.ts @@ -60,6 +60,7 @@ export class IrcClientRedisState implements IrcClientState { chans.set(channelName, { ...chanData, users: new Map(!isBuggyState ? chanData.users : []), + tmpUsers: new Map([]), modeParams: new Map(!isBuggyState ? chanData.modeParams : []), }) });