ChannelStats: Remove useless space.

Closes #170.
[ci skip]
This commit is contained in:
nyuszika7h 2014-02-26 18:45:29 +01:00
parent f926b8e8fd
commit 4d5889e873
1 changed files with 1 additions and 1 deletions

View File

@ -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: