Skip to content

Commit

Permalink
Fix usage for mod_patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
mimicmod committed Mar 26, 2016
1 parent 212788d commit e0cd667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/mod_patterns.c
Expand Up @@ -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 <pattern ID> <min protected credentials> <regexp>
* 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 <pattern ID> <min exempt credentials> <max exempt credentials> <regexp>
* 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.
*/

Expand Down

0 comments on commit e0cd667

Please sign in to comment.