Skip to content

Commit

Permalink
Merge branch 'master' into s-to-s-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
eaescob authored Dec 2, 2023
2 parents 18b0eb7 + 6c8ad72 commit 3ba54e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ do_server_estab(aClient *cptr)

/* Send UHM (user host-masking) type */
if(confopts & FLAGS_HUB)
sendto_one(cptr, "SVSUHM %d", uhm_type);
sendto_one(cptr, "SVSUHM %d %d", uhm_type, uhm_umodeh);

/* send clone list */
clones_send(cptr);
Expand Down

0 comments on commit 3ba54e0

Please sign in to comment.