diff options
| author | 2026-03-02 13:06:35 +0000 | |
|---|---|---|
| committer | 2026-03-02 13:08:47 +0000 | |
| commit | ac7a020b5a00227fee1971c599db716be1c53b40 (patch) | |
| tree | 654e1db7de3052db8479bac0ba72c80ffca6c870 /modules/cap.cpp | |
| parent | Rename 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.cpp | 2 |
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) |
