File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313-----
1414
1515This plugin constantly tries to take whatever nick is configured as
16- supybot.nick. Just make sure that's set appropriately, and thus plugin
16+ supybot.nick. Just make sure that's set appropriately, and this plugin
1717will do the rest.
1818
1919.. _conf-NickCapture :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ msgstr ""
3131#: plugin.py:41
3232msgid ""
3333"This plugin constantly tries to take whatever nick is configured as\n"
34- " supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
34+ " supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3535" will do the rest."
3636msgstr ""
3737"Dieses Plugin versucht dauernd den Nick der in supybot.nick konfiguriert ist "
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ msgstr ""
3434#: plugin.py:41
3535msgid ""
3636"This plugin constantly tries to take whatever nick is configured as\n"
37- " supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
37+ " supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3838" will do the rest."
3939msgstr ""
4040"Tämä lisäosa yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ msgstr ""
3232#: plugin.py:41
3333msgid ""
3434"This plugin constantly tries to take whatever nick is configured as\n"
35- " supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
35+ " supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3636" will do the rest."
3737msgstr ""
3838"Ce plugin essaye constament de récupérer le nick configuré dans supybot."
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ msgstr ""
2828#: plugin.py:41
2929msgid ""
3030"This plugin constantly tries to take whatever nick is configured as\n"
31- " supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
31+ " supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3232" will do the rest."
3333msgstr ""
3434"Questo plugin cerca costantemente di ottenere qualsiasi nick sia impostato\n"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ msgstr ""
3131#, docstring
3232msgid ""
3333"This plugin constantly tries to take whatever nick is configured as\n"
34- " supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
34+ " supybot.nick. Just make sure that's set appropriately, and this plugin\n"
3535" will do the rest."
3636msgstr ""
3737
Original file line number Diff line number Diff line change 3939
4040class NickCapture (callbacks .Plugin ):
4141 """This plugin constantly tries to take whatever nick is configured as
42- supybot.nick. Just make sure that's set appropriately, and thus plugin
42+ supybot.nick. Just make sure that's set appropriately, and this plugin
4343 will do the rest."""
4444 public = False
4545 def __init__ (self , irc ):
You can’t perform that action at this time.
0 commit comments