From 4d5889e87399e940ebb08c7513f24466c0a93eaf Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Wed, 26 Feb 2014 18:45:29 +0100 Subject: [PATCH] ChannelStats: Remove useless space. Closes #170. [ci skip] --- plugins/ChannelStats/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ChannelStats/config.py b/plugins/ChannelStats/config.py index d8263bf26..c4c359d0b 100644 --- a/plugins/ChannelStats/config.py +++ b/plugins/ChannelStats/config.py @@ -66,7 +66,7 @@ conf.registerChannelValue(ChannelStats, 'smileys', 'smileys' for the purposes of stats-keeping."""))) conf.registerChannelValue(ChannelStats, 'frowns', Smileys(':| :-/ :-\\ :\\ :/ :( :-( :\'('.split(), _("""Determines what words - (i.e., pieces of text with no spaces in them ) are considered 'frowns' for + (i.e., pieces of text with no spaces in them) are considered 'frowns' for the purposes of stats-keeping."""))) # vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: