remove nickname from QUIT message

This commit is contained in:
tali 2024-01-31 17:29:38 -05:00
parent 8acfc89f0d
commit 3033fc87b2
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ let on_msg_links t =
let quit t me ~reason =
begin
let msg = Msg.make "QUIT" [User.nick me; reason] ~always_trailing:true in
let msg = Msg.make "QUIT" [reason] ~always_trailing:true in
Router.relay msg ~from:me [`to_interested];
List.iter