From c4c7c7b1d57f08a826d9e1a2d79e82167e842b5a Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Sun, 28 Mar 2021 18:39:37 +0200 Subject: [PATCH] Rename /term to /sh --- konata.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/konata.sh b/konata.sh index bc14ba7..21475c0 100755 --- a/konata.sh +++ b/konata.sh @@ -263,7 +263,7 @@ neo(){ sendmsg "\`$(neofetch --stdout)\`" } -term(){ +sh(){ admin sendmsg "\`$(whoami)@${HOSTNAME}:${PWD}$\` \`${args[*]}\` \`$(echo ${args[*]} | bash - 2>&1)\`" @@ -302,7 +302,7 @@ case "$cmd" in /mp3@$bot*) mp3 ;; /sys@$bot) sys ;; /neo@$bot) neo ;; - /term@$bot*) term ;; + /sh@$bot*) sh ;; # Notes and such !anyone*) anyone ;; esac