mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Factoids: Fix help of requireVoice. Closes GH-1153.
This commit is contained in:
parent
d56539a0dd
commit
d4c49d8215
@ -57,7 +57,7 @@ conf.registerChannelValue(Factoids.web, 'channel',
|
||||
|
||||
conf.registerChannelValue(Factoids, 'requireVoice',
|
||||
registry.Boolean(False, _("""Only allows a user with voice or above on a
|
||||
channel to use the command.""")))
|
||||
channel to use the 'learn' and 'forget' commands.""")))
|
||||
conf.registerChannelValue(Factoids, 'learnSeparator',
|
||||
registry.String('is', _("""Determines what separator must be used in
|
||||
the learn command. Defaults to 'is' -- learn <key> is <value>.
|
||||
|
Loading…
Reference in New Issue
Block a user