From 4be7f6d6c25a57087bbc9c12ca225bedad75dfc7 Mon Sep 17 00:00:00 2001 From: monodemono Date: Sun, 25 May 2014 13:22:07 -0700 Subject: [PATCH] Removed extra spaces & pipe from default separator --- plugins/Topic/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Topic/config.py b/plugins/Topic/config.py index 0dfa30cab..008fd6c40 100644 --- a/plugins/Topic/config.py +++ b/plugins/Topic/config.py @@ -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