mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +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',
|
conf.registerChannelValue(Factoids, 'requireVoice',
|
||||||
registry.Boolean(False, _("""Only allows a user with voice or above on a
|
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',
|
conf.registerChannelValue(Factoids, 'learnSeparator',
|
||||||
registry.String('is', _("""Determines what separator must be used in
|
registry.String('is', _("""Determines what separator must be used in
|
||||||
the learn command. Defaults to 'is' -- learn <key> is <value>.
|
the learn command. Defaults to 'is' -- learn <key> is <value>.
|
||||||
|
Loading…
Reference in New Issue
Block a user