aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cap.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 13:06:35 +0000
committerGravatar Sadie Powell2026-03-02 13:08:47 +0000
commitac7a020b5a00227fee1971c599db716be1c53b40 (patch)
tree654e1db7de3052db8479bac0ba72c80ffca6c870 /modules/cap.cpp
parentRename ServiceProvider methods to avoid shadowing issues. (diff)
Move the event/ prefix of events to the parent class.
Diffstat (limited to 'modules/cap.cpp')
-rw-r--r--modules/cap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cap.cpp b/modules/cap.cpp
index 714e37e1b..cfc3e8e4a 100644
--- a/modules/cap.cpp
+++ b/modules/cap.cpp
@@ -400,7 +400,7 @@ public:
CommandCap(Module* mod)
: SplitCommand(mod, "CAP", 1)
- , evprov(mod, "event/cap")
+ , evprov(mod, "cap")
, manager(mod, evprov)
, protoevprov(mod, "CAP")
, holdext(mod, "cap-hold", ExtensionType::USER)