From 8981b225f1b7569d54f64e73d8823b377f201471 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sat, 6 Jan 2018 10:39:05 -0800 Subject: [PATCH] ircdb: fix typo in supybot.capabilities.registeredUsers description --- src/ircdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ircdb.py b/src/ircdb.py index 93bfc9fa4..0ada6b574 100644 --- a/src/ircdb.py +++ b/src/ircdb.py @@ -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',