Skip to content

Commit

Permalink
Saving this for once all servers are upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
eaescob committed Sep 20, 2021
1 parent b5b3578 commit cf85d5d
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 cf85d5d

Please sign in to comment.