Skip to content

Commit

Permalink
Merge pull request #558 from nyuszika7h/issue-170
Browse files Browse the repository at this point in the history
ChannelStats: Remove useless space.
  • Loading branch information
progval committed Feb 26, 2014
2 parents f926b8e + 4d5889e commit a3c79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ChannelStats/config.py
Expand Up @@ -66,7 +66,7 @@ def __str__(self):
'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:

0 comments on commit a3c79d6

Please sign in to comment.