From 8b8520a183f6e83ee2083c2084905174a3c9669c Mon Sep 17 00:00:00 2001 From: TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> Date: Sat, 25 Jan 2025 17:26:07 +0100 Subject: [PATCH] Update help.conf (#306) Because we can give access to users with [set::hide-idle-time](https://www.unrealircd.org/docs/Set_block#set::hide-idle-time), I think this wording is more correct. --- doc/conf/help/help.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf/help/help.conf b/doc/conf/help/help.conf index 5a630dba2..ea5d9939f 100644 --- a/doc/conf/help/help.conf +++ b/doc/conf/help/help.conf @@ -105,7 +105,7 @@ help Umodes { " D = Only receive PRIVMSGs from IRCOps, servers and services (privdeaf)"; " G = Filters out all Bad words in your messages with "; " H = Hide IRCop status in /WHO and /WHOIS. (IRC Operators only)"; - " I = Hide an oper's idle time (in /whois output) from regular users."; + " I = Hide a user's idle time (in /whois output). Limited to IRCops, by default."; " R = Allows you to only receive PRIVMSGs/NOTICEs from registered (+r) users"; " S = For Services only. (Protects them)"; " T = Prevents you from receiving CTCPs";