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