mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Karma: fix typo. Closes GH-38.
This commit is contained in:
parent
1133b8f5c0
commit
5eddb189b6
@ -75,7 +75,7 @@ msgid ""
|
|||||||
" N karmas, where N is determined by the config variable\n"
|
" N karmas, where N is determined by the config variable\n"
|
||||||
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
||||||
" the details of its karma; if more than one <thing> is given, returns\n"
|
" the details of its karma; if more than one <thing> is given, returns\n"
|
||||||
" the total karma of each of the the things. <channel> is only necessary\n"
|
" the total karma of each of the things. <channel> is only necessary\n"
|
||||||
" if the message isn't sent on the channel itself.\n"
|
" if the message isn't sent on the channel itself.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -62,7 +62,7 @@ msgid ""
|
|||||||
" N karmas, where N is determined by the config variable\n"
|
" N karmas, where N is determined by the config variable\n"
|
||||||
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
||||||
" the details of its karma; if more than one <thing> is given, returns\n"
|
" the details of its karma; if more than one <thing> is given, returns\n"
|
||||||
" the total karma of each of the the things. <channel> is only necessary\n"
|
" the total karma of each of the things. <channel> is only necessary\n"
|
||||||
" if the message isn't sent on the channel itself.\n"
|
" if the message isn't sent on the channel itself.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -64,7 +64,7 @@ msgid ""
|
|||||||
" N karmas, where N is determined by the config variable\n"
|
" N karmas, where N is determined by the config variable\n"
|
||||||
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
||||||
" the details of its karma; if more than one <thing> is given, returns\n"
|
" the details of its karma; if more than one <thing> is given, returns\n"
|
||||||
" the total karma of each of the the things. <channel> is only necessary\n"
|
" the total karma of each of the things. <channel> is only necessary\n"
|
||||||
" if the message isn't sent on the channel itself.\n"
|
" if the message isn't sent on the channel itself.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -287,7 +287,7 @@ class Karma(callbacks.Plugin):
|
|||||||
N karmas, where N is determined by the config variable
|
N karmas, where N is determined by the config variable
|
||||||
supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns
|
supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns
|
||||||
the details of its karma; if more than one <thing> is given, returns
|
the details of its karma; if more than one <thing> is given, returns
|
||||||
the total karma of each of the the things. <channel> is only necessary
|
the total karma of each of the things. <channel> is only necessary
|
||||||
if the message isn't sent on the channel itself.
|
if the message isn't sent on the channel itself.
|
||||||
"""
|
"""
|
||||||
if len(things) == 1:
|
if len(things) == 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user