diff options
| author | 2026-01-20 16:49:15 +0000 | |
|---|---|---|
| committer | 2026-01-20 16:53:47 +0000 | |
| commit | 321e75e27fe582d25d7b4cf3989c261204eeef4e (patch) | |
| tree | 7dd348658b180e351b7e231fdbc6c15a1ea87707 /modules/noctcp.cpp | |
| parent | Clean up the sslmodes module. (diff) | |
Remove the u_ prefix from user modes.
Diffstat (limited to 'modules/noctcp.cpp')
| -rw-r--r-- | modules/noctcp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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') { } |
