mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
Send a notice when initial sync is done
This commit is contained in:
parent
5b195d4de3
commit
f286fd93c7
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ export class Client {
|
||||||
if (this.user === null)
|
if (this.user === null)
|
||||||
return;
|
return;
|
||||||
this.user.nextBatch = data.next_batch;
|
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);
|
this.user.addClient(this, message.tags);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue