From e0cd667766e6a6b8e8dff33d263e4a985e7455fc Mon Sep 17 00:00:00 2001 From: Michal Micka Date: Sat, 26 Mar 2016 14:34:39 +0100 Subject: [PATCH] Fix usage for mod_patterns. --- src/plugins/mod_patterns.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/mod_patterns.c b/src/plugins/mod_patterns.c index d352f77c..6bbd4cc7 100644 --- a/src/plugins/mod_patterns.c +++ b/src/plugins/mod_patterns.c @@ -597,9 +597,9 @@ static int command_patterntest(struct plugin_handle* plugin, struct plugin_user* /* * Command to add a pattern exception to the list. - * Usage: !patternexadd - * Min protected credentials: set this minimally one level lower than related pattern min. protected credentials otherwise exception will not work. - * Still this can prevent lowest user levels to send forbidden patterns. + * Usage: !patternexadd + * Min and max protected credentials: set this minimally one level lower than related pattern protected credentials otherwise exception will not work. + * Prevents lowest user levels when sending selected forbidden patterns. * Pattern ID: ID of a pattern to which the exception is related. */