From 2f74d6bdeca836c2df446901eccc0bc5d5e1ff0a Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Thu, 5 Dec 2013 05:20:51 +0000 Subject: [PATCH] Describe how channel mode +d (Deaf) still intentionally allows bot commands through, thanks Dan39. --- help.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.conf b/help.conf index 6a19da8f9..db989fa07 100644 --- a/help.conf +++ b/help.conf @@ -98,7 +98,7 @@ help Umodes { " N = Is a Network Administrator"; " C = Is a Co Administrator"; " -"; - " d = Makes it so you can not receive channel PRIVMSGs (Deaf)"; + " d = Only receive channel PRIVMSGs starting with a bot command character (Deaf)"; " g = Can read & send to GlobOps, and LocOps"; " h = Available for Help (Help Operator)"; " i = Invisible (Not shown in /WHO searches)";