3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00

services-api.md: remove extra_channels argument per d31d09ce7e

This commit is contained in:
James Lu 2017-01-22 00:55:37 -08:00 committed by GitHub
parent ce742d40eb
commit 354a3022a4

View File

@ -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