]> jfr.im git - irc/DALnet/bahamut.git/commitdiff
Saving this for once all servers are upgraded origin/donotsend-uhmmodeh
authoreescobar <redacted>
Mon, 20 Sep 2021 20:26:00 +0000 (13:26 -0700)
committereescobar <redacted>
Mon, 20 Sep 2021 20:26:00 +0000 (13:26 -0700)
src/m_server.c

index 657787fb4c3e2822446397c0d4b81246656fff45..ea194298732c8b572af13292e1ce46c96fe2d346 100644 (file)
@@ -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);