mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	ServiceBot: remove defaults for nick and ident
This fallback is handled by coreplugin already.
This commit is contained in:
		
							parent
							
								
									bbcddceaf9
								
							
						
					
					
						commit
						77fa3573a1
					
				
							
								
								
									
										4
									
								
								utils.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								utils.py
									
									
									
									
									
								
							@ -154,8 +154,8 @@ class ServiceBot():
 | 
			
		||||
        self.name = name
 | 
			
		||||
 | 
			
		||||
        # Nick/ident to take. Defaults to the same as the service name if not given.
 | 
			
		||||
        self.nick = nick or name
 | 
			
		||||
        self.ident = ident or name
 | 
			
		||||
        self.nick = nick
 | 
			
		||||
        self.ident = ident
 | 
			
		||||
 | 
			
		||||
        # Tracks whether the bot should be manipulatable by the 'bots' plugin and other commands.
 | 
			
		||||
        self.manipulatable = manipulatable
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user