From a37d70729bb1a32ce07739636e41e0ce15ebec46 Mon Sep 17 00:00:00 2001 From: Teh PeGaSuS Date: Tue, 3 Mar 2026 13:14:47 +0100 Subject: [PATCH] Update Chanban/README.md --- Chanban/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chanban/README.md b/Chanban/README.md index 48528ed..05c820a 100644 --- a/Chanban/README.md +++ b/Chanban/README.md @@ -30,7 +30,7 @@ All configuration is done at the top of `cmgmt.tcl`. | Variable | Default | Description | |---|---|---| -| `locale` | `en` | Language to use. Must match a file in `cmgmt_langs/` (e.g. `en`, `pt_PT`, `it_IT`) | +| `locale` | `en` | Language to use. Must match a file in `cmgmt_langs/` (e.g. `en`, `pt`, `it`) | | `trigger` | `@` | Prefix for public commands | | `tBanDuration` | `30` | Duration of temporary bans, in minutes | | `upCommand` | `curl -s -F file=@- https://x0.at/` | Command used to upload the ban list. Must read from stdin |