From d35a2071a608579e264286bc9507af4268451297 Mon Sep 17 00:00:00 2001 From: reverse Date: Tue, 11 Aug 2026 19:21:17 +0000 Subject: [PATCH] docs: document abbreviation + customprefix in the config example --- echoircd.conf.example | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/echoircd.conf.example b/echoircd.conf.example index 1c286a0..237067d 100644 --- a/echoircd.conf.example +++ b/echoircd.conf.example @@ -49,6 +49,16 @@ resolve_hosts = on # and reports "Found your hostname". Only matters when resolve_hosts = on. use_resolved_host = on +# allow a unique command prefix to resolve to its full command (e.g. WHOI -> WHOIS) +# abbreviation = yes + +# reconfigure channel-prefix tiers (oper founder admin op halfop voice): +# a bare token = the displayed sigil; ranktoset / ranktounset = min rank to grant / +# revoke it (a number 1-6 or a tier name); depriv=no forbids removing it from +# yourself. (Symbols/policy only — adding brand-new tiers isn't supported.) +# customprefix = op * ranktoset=admin ranktounset=admin depriv=no +# customprefix = voice - + # DNS blocklist (DNSBL) checks on connect. Repeat `dnsbl` # for multiple zones. On a listing, `dnsbl_action` decides what happens: # mark = just show the "*** ... LISTED" notice, let them in (default, safe)