mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Removed extra spaces & pipe from default separator
This commit is contained in:
parent
6314594fa1
commit
4be7f6d6c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user