NickCapture: Fix plugin help and l10n-fr. Closes GH-116.

Conflicts:

	plugins/NickCapture/locale/fr.po
	plugins/NickCapture/messages.pot
	src/version.py

Signed-off-by: James McCoy <vega.james@gmail.com>
(cherry picked from commit a1a90f7673)

Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
Valentin Lorentz 2011-08-07 12:02:06 +02:00 committed by Daniel Folkinshteyn
parent 90b7a83127
commit 3248bd79c4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import supybot.ircutils as ircutils
import supybot.callbacks as callbacks
class NickCapture(callbacks.Plugin):
"""This module constantly tries to take whatever nick is configured as
"""This plugin constantly tries to take whatever nick is configured as
supybot.nick. Just make sure that's set appropriately, and thus plugin
will do the rest."""
public = False