mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	coreplugin: spawn main client as manipulatable
This commit is contained in:
		
							parent
							
								
									2864c41d7a
								
							
						
					
					
						commit
						7cc5988dac
					
				@ -256,7 +256,7 @@ utils.add_hook(handle_endburst, 'ENDBURST')
 | 
			
		||||
# Register the main PyLink service. All command definitions MUST go after this!
 | 
			
		||||
mynick = conf.conf['bot'].get("nick", "PyLink")
 | 
			
		||||
myident = conf.conf['bot'].get("ident", "pylink")
 | 
			
		||||
utils.registerService('pylink', nick=mynick, ident=myident)
 | 
			
		||||
utils.registerService('pylink', nick=mynick, ident=myident, manipulatable=True)
 | 
			
		||||
 | 
			
		||||
# Essential, core commands go here so that the "commands" plugin with less-important,
 | 
			
		||||
# but still generic functions can be reloaded.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user