From bf536d5cd2a76fe3ce66783630daac978cf303e4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 23 May 2014 18:05:19 +0300 Subject: [PATCH] Topic: fix default format The old format also included useless nick. I don't know anyone who has used the default meaning it and it annoys people and it just annoyed me. > XX:XX:XX -: blah blah blaa (Mikaela) --- 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 253ed457f..0dfa30cab 100644 --- a/plugins/Topic/config.py +++ b/plugins/Topic/config.py @@ -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',