From fb8d929cc8cc2e9f453ddc7dc56151c2421c6b88 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 1 Mar 2014 18:23:04 +0100 Subject: [PATCH] Clarify help text for !shell I should stop using @, poor @shell getting notified by commits irrelevant to his interests. :P [skip ci] --- plugins/Unix/plugin.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/Unix/plugin.py b/plugins/Unix/plugin.py index e5b365fb7..7a9f29bee 100644 --- a/plugins/Unix/plugin.py +++ b/plugins/Unix/plugin.py @@ -406,8 +406,9 @@ class Unix(callbacks.Plugin): def shell(self, irc, msg, args, text): """ - 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