mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	services-api.md: remove extra_channels argument per d31d09ce7ec1b3be8062e5e18f3572832f7f50b7
This commit is contained in:
		
							parent
							
								
									ce742d40eb
								
							
						
					
					
						commit
						354a3022a4
					
				@ -26,7 +26,6 @@ myservice = utils.registerService("myservice", desc=desc)
 | 
			
		||||
- `default_list` - Determines whether the default LIST command should be used for the service. Defaults to True.
 | 
			
		||||
- `nick`, `ident` - Sets the default nick and ident for the service bot. If not given, these simply default to the service name.
 | 
			
		||||
- `manipulatable` - Determines whether the bot is marked manipulatable. Only manipulatable clients can be force joined, etc. using PyLink commands. Defaults to False.
 | 
			
		||||
- `extra_channels` - Defines a dict mapping network names to a set of channels that the bot should autojoin on that network.
 | 
			
		||||
- `desc` - Sets the command description of the service. This is shown in the default HELP command if enabled.
 | 
			
		||||
 | 
			
		||||
### Getting the UID of a bot
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user