ircdb: fix typo in supybot.capabilities.registeredUsers description

This commit is contained in:
James Lu 2018-01-06 10:39:05 -08:00
parent b9a159b68a
commit 8981b225f1
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ conf.registerGlobalValue(conf.supybot, 'capabilities',
conf.registerGlobalValue(conf.supybot.capabilities, 'registeredUsers',
SpaceSeparatedListOfCapabilities([], """These are the
capabilities that are given to every authenticated by default.
capabilities that are given to every authenticated user by default.
You probably want to use supybot.capabilities instead, to give these
capabilities both to registered and non-registered users."""))
conf.registerGlobalValue(conf.supybot.capabilities, 'default',