Skip to content

Commit

Permalink
Merge pull request #198 from DALnet/donotsend-uhmmodeh
Browse files Browse the repository at this point in the history
Saving this for once all servers are upgraded
  • Loading branch information
eaescob authored Sep 21, 2021
2 parents b5b3578 + cf85d5d commit 9b4a352
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 %d", uhm_type, uhm_umodeh);
sendto_one(cptr, "SVSUHM %d", uhm_type);

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

0 comments on commit 9b4a352

Please sign in to comment.