diff options
| author | 2026-06-27 15:48:52 +0100 | |
|---|---|---|
| committer | 2026-06-27 15:48:52 +0100 | |
| commit | 4f61815eddce6ebabbad1c089c1e6197eb8eec57 (patch) | |
| tree | 1f75c9bf375a0619f60647b6810aad7e46c5db24 /modules/securelist.cpp | |
| parent | Merge the addline/delline source files. (diff) | |
Redocument Write*Numeric and allow mutating values in OnNumeric.
Diffstat (limited to 'modules/securelist.cpp')
| -rw-r--r-- | modules/securelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/securelist.cpp b/modules/securelist.cpp index 753dbcc8a..7f8e2c26f 100644 --- a/modules/securelist.cpp +++ b/modules/securelist.cpp @@ -158,7 +158,7 @@ public: return MOD_RES_DENY; } - ModResult OnNumeric(User* user, const Numeric::Numeric& numeric) override + ModResult OnNumeric(User* user, Numeric::Numeric& numeric) override { if (numeric.GetNumeric() != RPL_LIST || numeric.GetParams().size() < 2) return MOD_RES_PASSTHRU; // The numeric isn't the one we care about. |
