diff --git a/src/Client.ts b/src/Client.ts index 81c0fa9..44d7d66 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -207,6 +207,7 @@ export class Client { if (this.user === null) return; this.user.nextBatch = data.next_batch; + this.sendMessage(this.server.name, 'NOTICE', [this.user.nick, 'You are now synced to the network!'], message.tags); this.user.addClient(this, message.tags); }) }