diff options
| author | 2026-03-01 01:28:41 +0000 | |
|---|---|---|
| committer | 2026-03-01 01:28:41 +0000 | |
| commit | a1d25d2c14161d5eb466c14c936688fcc36a5a2f (patch) | |
| tree | 7986cc6967168923600913e6961d31ad698969be /modules/cap.cpp | |
| parent | Fix swhois sending a NOTE when it should send a FAIL. (diff) | |
Move standard replies to the core and add remote reply support.
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 87eb8f794..61373091c 100644 --- a/modules/cap.cpp +++ b/modules/cap.cpp @@ -314,7 +314,7 @@ namespace } Cap::ExtItem::ExtItem(Module* mod) - : IntExtItem(mod, "caps", ExtensionType::USER) + : IntExtItem(mod, "caps", ExtensionType::USER, true) { } |
