Removed extra spaces & pipe from default separator

This commit is contained in:
monodemono 2014-05-25 13:22:07 -07:00
parent 6314594fa1
commit 4be7f6d6c2

View File

@ -47,7 +47,7 @@ class TopicFormat(registry.TemplatedString):
Topic = conf.registerPlugin('Topic')
conf.registerChannelValue(Topic, 'separator',
registry.StringSurroundedBySpaces(' || ', _("""Determines what separator is
registry.StringSurroundedBySpaces('|', _("""Determines what separator is
used between individually added topics in the channel topic.""")))
conf.registerChannelValue(Topic, 'format',
TopicFormat('$topic', _("""Determines what format is used to add