Difference between revisions of "MediaWiki:Titleblacklist"

From AMule Project FAQ
Jump to: navigation, search
(Formatting)
(Maybe I should think about the syntax next time before writing stuff down...)
Line 3: Line 3:
 
  # This is case insensitive by default  
 
  # This is case insensitive by default  
  
  [\d\d\d] buy.* #Disallow creation of spam users with names like "803 buy ''something''"
+
  \d\d\d buy.* #Disallow creation of spam users with names like "803 buy ''something''"

Revision as of 18:09, 5 August 2009

# This is a title blacklist. Titles and users that match a regular expression here cannot be created.
# Use "#" for comments.
# This is case insensitive by default 
\d\d\d buy.* #Disallow creation of spam users with names like "803 buy something"