mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Fixed a typo in the help for Topic.format.
This commit is contained in:
parent
5b3ca9bd2d
commit
a373b17f02
@ -53,7 +53,7 @@ conf.registerChannelValue(Topic, 'separator',
|
|||||||
used between individually added topics in the channel topic."""))
|
used between individually added topics in the channel topic."""))
|
||||||
conf.registerChannelValue(Topic, 'format',
|
conf.registerChannelValue(Topic, 'format',
|
||||||
TopicFormat('$topic ($nick)', """Determines what format is used to add
|
TopicFormat('$topic ($nick)', """Determines what format is used to add
|
||||||
topics in the topic. All the standard substitutes apply, in addiction to
|
topics in the topic. All the standard substitutes apply, in addition to
|
||||||
"$topic" for the topic itself."""))
|
"$topic" for the topic itself."""))
|
||||||
conf.registerChannelValue(Topic, 'recognizeTopiclen',
|
conf.registerChannelValue(Topic, 'recognizeTopiclen',
|
||||||
registry.Boolean(True, """Determines whether the bot will recognize the
|
registry.Boolean(True, """Determines whether the bot will recognize the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user