diff options
| author | 2022-09-09 02:01:47 +0100 | |
|---|---|---|
| committer | 2022-09-09 02:16:13 +0100 | |
| commit | c56bea9d5fcbf239a63992eb9a141b43cb780184 (patch) | |
| tree | 230c371b4f0dbbe98ddd774d219daf8df5b0d4c5 /src/modules/m_monitor.cpp | |
| parent | Default allow_empty_last_param to false. (diff) | |
Make internal penalty be specified in millisecs instead of seconds.
This removes the need to multiply it later.
Diffstat (limited to 'src/modules/m_monitor.cpp')
| -rw-r--r-- | src/modules/m_monitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_monitor.cpp b/src/modules/m_monitor.cpp index a97d0fefa..b6a0d3022 100644 --- a/src/modules/m_monitor.cpp +++ b/src/modules/m_monitor.cpp @@ -310,7 +310,7 @@ public: : SplitCommand(mod, "MONITOR", 1) , manager(managerref) { - Penalty = 2; + penalty = 2000; syntax = { "C", "L", "S", "(+|-) <nick>[,<nick>]+" }; } |
