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
1 changed files with 3 additions and 2 deletions

View File

@ -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