main
Bob Mottram 2023-07-10 20:35:50 +01:00
parent 84f7cdd2fb
commit 82d2b133d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 zxoero and disable replies
# so that it can't be accidentally set to zero and disable replies
argb.max_mentions = max(argb.max_mentions, 4)
registration = get_config_param(base_dir, 'registration')