mirror of
				https://github.com/reality/dbot.git
				synced 2025-10-31 07:27:41 +01:00 
			
		
		
		
	don't allow whitespace-only categories for ~qadd
This commit is contained in:
		
							parent
							
								
									25b6099fbd
								
							
						
					
					
						commit
						4e6393dd9a
					
				| @ -218,7 +218,7 @@ var commands = function(dbot) { | ||||
|     commands['~qsearch'].regex = [/^~qsearch ([\d\w\s-]+?)[ ]?=[ ]?(.+)$/, 3]; | ||||
|     commands['~rm'].regex = [/^~rm ([\d\w\s-]+?)[ ]?=[ ]?(.+)$/, 3]; | ||||
|     commands['~rmlast'].regex = [/^~rmlast ([\d\w\s-]*)/, 2]; | ||||
|     commands['~qadd'].regex = [/^~qadd ([\d\w\s-]+?)[ ]?=[ ]?(.+)$/, 3]; | ||||
|     commands['~qadd'].regex = [/^~qadd ([\d\w-]+[\d\w\s-]*)[ ]?=[ ]?(.+)$/, 3]; | ||||
|     commands['~link'].regex = [/^~link ([\d\w\s-]*)/, 2]; | ||||
| 
 | ||||
|     commands['~rmconfirm'].access = 'moderator'; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 John Maguire
						John Maguire