mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +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 ""
|
||||
"takes no arguments\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 ""
|
||||
"ei ota parametrejän\n"
|
||||
@ -313,7 +313,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
"ei ota parametrejä\n"
|
||||
|
@ -237,7 +237,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
"ne prend pas d'argument\n"
|
||||
@ -248,7 +248,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
"ne prend pas d'argument\n"
|
||||
|
@ -268,7 +268,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
"non necessita argomenti\n"
|
||||
@ -281,7 +281,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
"non necessita argomenti\n"
|
||||
|
@ -216,7 +216,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
|
||||
@ -225,7 +225,7 @@ msgstr ""
|
||||
msgid ""
|
||||
"takes no arguments\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 ""
|
||||
|
||||
|
@ -343,7 +343,7 @@ class Unix(callbacks.Plugin):
|
||||
def sysuptime(self, irc, msg, args):
|
||||
"""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')
|
||||
if uptimeCmd:
|
||||
@ -372,7 +372,7 @@ class Unix(callbacks.Plugin):
|
||||
def sysuname(self, irc, msg, args):
|
||||
"""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')
|
||||
if unameCmd:
|
||||
|
Loading…
Reference in New Issue
Block a user