From 3148b3e4348cbbdbd4a659637d12cd89b609881c Mon Sep 17 00:00:00 2001 From: reality Date: Sun, 26 May 2013 14:16:56 +0000 Subject: [PATCH] document new command config features [#467][#351] --- modules/command/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/command/README.md b/modules/command/README.md index 619fa04..e0115bc 100644 --- a/modules/command/README.md +++ b/modules/command/README.md @@ -21,6 +21,17 @@ Command flow: This is the only module which is force loaded, even if it's not specified in the configuration file. +### Config + +#### useNickserv: false +Use the nickserv module to ensure a user is logged into their account before +running any elevated commands. Note you will still have to load and configure +the nickserv module yourself. + +#### accessOutput: false +Show a message to a user if they attempt to run a command they don't have the +access level for. + ### Commands #### ~usage [command]