From 321e75e27fe582d25d7b4cf3989c261204eeef4e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 20 Jan 2026 16:49:15 +0000 Subject: Remove the u_ prefix from user modes. --- modules/noctcp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/noctcp.cpp') diff --git a/modules/noctcp.cpp b/modules/noctcp.cpp index c80b49db8..31d69760f 100644 --- a/modules/noctcp.cpp +++ b/modules/noctcp.cpp @@ -46,7 +46,7 @@ public: , exemptionprov(this) , extban(this, "noctcp", 'C') , nc(this, "noctcp", 'C') - , ncu(this, "u_noctcp", 'T') + , ncu(this, "noctcp", 'T') { } -- cgit v1.3.1-10-gc9f91