Merge pull request #663 from Mkaysi/patch-1

Topic: fix default format
This commit is contained in:
Valentin Lorentz 2014-05-24 16:20:17 +02:00
commit 943085b536

View File

@ -50,7 +50,7 @@ conf.registerChannelValue(Topic, 'separator',
registry.StringSurroundedBySpaces(' || ', _("""Determines what separator is
used between individually added topics in the channel topic.""")))
conf.registerChannelValue(Topic, 'format',
TopicFormat('$topic ($nick)', _("""Determines what format is used to add
TopicFormat('$topic', _("""Determines what format is used to add
topics in the topic. All the standard substitutes apply, in addition to
"$topic" for the topic itself.""")))
conf.registerChannelValue(Topic, 'recognizeTopiclen',