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:
nyuszika7h 2014-03-01 18:23:04 +01:00
parent 322023c011
commit fb8d929cc8

View File

@ -406,8 +406,9 @@ class Unix(callbacks.Plugin):
def shell(self, irc, msg, args, text): def shell(self, irc, msg, args, text):
"""<command to call with any arguments> """<command to call with any arguments>
Calls any command available on the system using a shell, and Calls any command available on the system using the shell
returns its output. specified by the SHELL environment variable, and returns its
output.
Requires owner capability. Requires owner capability.
Note that being restricted to owner, this command does not do any 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 sanity checking on input/output. So it is up to you to make sure