mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Unix: fix a typo in sysuname & sysuptime's command descriptions
runnning -> running
This commit is contained in:
parent
88894d69bc
commit
9ba21a1cad
@ -302,7 +302,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uptime from the system the bot is runnning on.\n"
|
" Returns the uptime from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ei ota parametrejän\n"
|
"ei ota parametrejän\n"
|
||||||
@ -313,7 +313,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uname -a from the system the bot is runnning on.\n"
|
" Returns the uname -a from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ei ota parametrejä\n"
|
"ei ota parametrejä\n"
|
||||||
|
@ -237,7 +237,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uptime from the system the bot is runnning on.\n"
|
" Returns the uptime from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ne prend pas d'argument\n"
|
"ne prend pas d'argument\n"
|
||||||
@ -248,7 +248,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uname -a from the system the bot is runnning on.\n"
|
" Returns the uname -a from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"ne prend pas d'argument\n"
|
"ne prend pas d'argument\n"
|
||||||
|
@ -268,7 +268,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uptime from the system the bot is runnning on.\n"
|
" Returns the uptime from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"non necessita argomenti\n"
|
"non necessita argomenti\n"
|
||||||
@ -281,7 +281,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uname -a from the system the bot is runnning on.\n"
|
" Returns the uname -a from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"non necessita argomenti\n"
|
"non necessita argomenti\n"
|
||||||
|
@ -216,7 +216,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uptime from the system the bot is runnning on.\n"
|
" Returns the uptime from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -225,7 +225,7 @@ msgstr ""
|
|||||||
msgid ""
|
msgid ""
|
||||||
"takes no arguments\n"
|
"takes no arguments\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Returns the uname -a from the system the bot is runnning on.\n"
|
" Returns the uname -a from the system the bot is running on.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -343,7 +343,7 @@ class Unix(callbacks.Plugin):
|
|||||||
def sysuptime(self, irc, msg, args):
|
def sysuptime(self, irc, msg, args):
|
||||||
"""takes no arguments
|
"""takes no arguments
|
||||||
|
|
||||||
Returns the uptime from the system the bot is runnning on.
|
Returns the uptime from the system the bot is running on.
|
||||||
"""
|
"""
|
||||||
uptimeCmd = self.registryValue('sysuptime.command')
|
uptimeCmd = self.registryValue('sysuptime.command')
|
||||||
if uptimeCmd:
|
if uptimeCmd:
|
||||||
@ -372,7 +372,7 @@ class Unix(callbacks.Plugin):
|
|||||||
def sysuname(self, irc, msg, args):
|
def sysuname(self, irc, msg, args):
|
||||||
"""takes no arguments
|
"""takes no arguments
|
||||||
|
|
||||||
Returns the uname -a from the system the bot is runnning on.
|
Returns the uname -a from the system the bot is running on.
|
||||||
"""
|
"""
|
||||||
unameCmd = self.registryValue('sysuname.command')
|
unameCmd = self.registryValue('sysuname.command')
|
||||||
if unameCmd:
|
if unameCmd:
|
||||||
|
Loading…
Reference in New Issue
Block a user