mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Clarify help text for !shell
I should stop using @, poor @shell getting notified by commits irrelevant to his interests. :P [skip ci]
This commit is contained in:
parent
322023c011
commit
fb8d929cc8
@ -406,8 +406,9 @@ class Unix(callbacks.Plugin):
|
||||
|
||||
def shell(self, irc, msg, args, text):
|
||||
"""<command to call with any arguments>
|
||||
Calls any command available on the system using a shell, and
|
||||
returns its output.
|
||||
Calls any command available on the system using the shell
|
||||
specified by the SHELL environment variable, and returns its
|
||||
output.
|
||||
Requires owner capability.
|
||||
Note that being restricted to owner, this command does not do any
|
||||
sanity checking on input/output. So it is up to you to make sure
|
||||
|
Loading…
Reference in New Issue
Block a user