mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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."""))
|
||||
conf.registerChannelValue(Topic, 'format',
|
||||
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."""))
|
||||
conf.registerChannelValue(Topic, 'recognizeTopiclen',
|
||||
registry.Boolean(True, """Determines whether the bot will recognize the
|
||||
|
Loading…
Reference in New Issue
Block a user