mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	exttargets: tweak docstring syntax for better readability
This commit is contained in:
		
							parent
							
								
									d3892a85be
								
							
						
					
					
						commit
						ae06484aea
					
				@ -201,7 +201,7 @@ def realname(irc, host, uid):
 | 
			
		||||
    $realname exttarget handler. This takes one argument: a glob, which is compared case-insensitively to the user's real name.
 | 
			
		||||
 | 
			
		||||
    Examples:
 | 
			
		||||
    $realname:*James*: matches anyone with "James" in their real name.
 | 
			
		||||
    $realname:*James* -> matches anyone with "James" in their real name.
 | 
			
		||||
    """
 | 
			
		||||
    groups = host.split(':')
 | 
			
		||||
    if len(groups) >= 2:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user