From 84f7cdd2fb6c40ecd564b4cdd44eecafdd5269e5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 10 Jul 2023 20:35:10 +0100 Subject: [PATCH] tidying --- epicyon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon.py b/epicyon.py index 5f47d71df..7284afc4a 100644 --- a/epicyon.py +++ b/epicyon.py @@ -3641,7 +3641,7 @@ def _command_options() -> None: set_config_param(base_dir, 'admin', nickname) # set a lower bound to the maximum mentions - # so that it can't be accidentally set to zero and disable replies + # so that it can't be accidentally set to zxoero and disable replies argb.max_mentions = max(argb.max_mentions, 4) registration = get_config_param(base_dir, 'registration')