have karma module use the normal, non-alias-like command ('rank' rather than '!rank')
This commit is contained in:
		
							parent
							
								
									352b9e1830
								
							
						
					
					
						commit
						0dfe8bcdd6
					
				| @ -35,7 +35,7 @@ class Karma(Module): | ||||
| 
 | ||||
|         pattern = "(?:([a-zA-Z0-9_'.,]+)|\(([a-zA-Z0-9_'., ]+)\))" | ||||
|         karmapattern = '^' + pattern + '(\+\+|--)' | ||||
|         querypattern = '^!rank\s+(.*)' | ||||
|         querypattern = '^rank\s+(.*)' | ||||
| 
 | ||||
|         self.karmare = re.compile(karmapattern) | ||||
|         self.queryre = re.compile(querypattern) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user