# HG changeset patch # User Kim Alvefur # Date 1587662667 -7200 # Node ID 55a9e9bf6abb3a0c8fc1e4a27cbf6c4771f2e09e # Parent a0166932479f15704c7828119c440b12f96ab14a mod_register_limits: Fix text reason field name for 'throttled' Copy-paste mistake presumably diff -r a0166932479f -r 55a9e9bf6abb plugins/mod_register_limits.lua --- a/plugins/mod_register_limits.lua Thu Apr 23 19:02:44 2020 +0200 +++ b/plugins/mod_register_limits.lua Thu Apr 23 19:24:27 2020 +0200 @@ -67,7 +67,7 @@ condition = "forbidden"; }; throttled = { - reason = "Too many registrations from this IP address recently"; + text = "Too many registrations from this IP address recently"; type = "wait"; condition = "policy-violation"; };