mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
NickCapture: fix typo thus -> this
This commit is contained in:
parent
7cd700b4ae
commit
4ed318d06f
@ -13,7 +13,7 @@ Usage
|
||||
-----
|
||||
|
||||
This plugin constantly tries to take whatever nick is configured as
|
||||
supybot.nick. Just make sure that's set appropriately, and thus plugin
|
||||
supybot.nick. Just make sure that's set appropriately, and this plugin
|
||||
will do the rest.
|
||||
|
||||
.. _conf-NickCapture:
|
||||
|
@ -31,7 +31,7 @@ msgstr ""
|
||||
#: plugin.py:41
|
||||
msgid ""
|
||||
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
|
||||
" will do the rest."
|
||||
msgstr ""
|
||||
"Dieses Plugin versucht dauernd den Nick der in supybot.nick konfiguriert ist "
|
||||
|
@ -34,7 +34,7 @@ msgstr ""
|
||||
#: plugin.py:41
|
||||
msgid ""
|
||||
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
|
||||
" will do the rest."
|
||||
msgstr ""
|
||||
"Tämä lisäosa yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n"
|
||||
|
@ -32,7 +32,7 @@ msgstr ""
|
||||
#: plugin.py:41
|
||||
msgid ""
|
||||
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
|
||||
" will do the rest."
|
||||
msgstr ""
|
||||
"Ce plugin essaye constament de récupérer le nick configuré dans supybot."
|
||||
|
@ -28,7 +28,7 @@ msgstr ""
|
||||
#: plugin.py:41
|
||||
msgid ""
|
||||
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
|
||||
" will do the rest."
|
||||
msgstr ""
|
||||
"Questo plugin cerca costantemente di ottenere qualsiasi nick sia impostato\n"
|
||||
|
@ -31,7 +31,7 @@ msgstr ""
|
||||
#, docstring
|
||||
msgid ""
|
||||
"This plugin constantly tries to take whatever nick is configured as\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and thus plugin\n"
|
||||
" supybot.nick. Just make sure that's set appropriately, and this plugin\n"
|
||||
" will do the rest."
|
||||
msgstr ""
|
||||
|
||||
|
@ -39,7 +39,7 @@ _ = PluginInternationalization('NickCapture')
|
||||
|
||||
class NickCapture(callbacks.Plugin):
|
||||
"""This plugin constantly tries to take whatever nick is configured as
|
||||
supybot.nick. Just make sure that's set appropriately, and thus plugin
|
||||
supybot.nick. Just make sure that's set appropriately, and this plugin
|
||||
will do the rest."""
|
||||
public = False
|
||||
def __init__(self, irc):
|
||||
|
Loading…
Reference in New Issue
Block a user