Skip to content

Commit

Permalink
Merge pull request #239 from DALnet/issue-238
Browse files Browse the repository at this point in the history
Send full SVSUHM when server establishes connection
  • Loading branch information
eaescob authored Dec 1, 2023
2 parents 95e7f4f + d793fff commit 6c8ad72
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 @@ -272,7 +272,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 6c8ad72

Please sign in to comment.