Services: Improve doc of plugins.Services.nicks

This commit is contained in:
Valentin Lorentz 2023-01-12 22:23:29 +01:00
parent f5d39b0be2
commit 02a0204f80
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class ValidNickSet(conf.ValidNicks):
Services = conf.registerPlugin('Services')
conf.registerNetworkValue(Services, 'nicks',
ValidNickSet([], _("""Determines what nicks the bot will use with
ValidNickSet([], _("""Space-separated list of nicks the bot will use with
services.""")))
class Networks(registry.SpaceSeparatedSetOfStrings):