From e703d60e19e43959e656ab1411863f3fc83c3dee Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Tue, 19 Jan 2021 16:07:01 +0100 Subject: [PATCH] Add /repo command --- konata.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/konata.sh b/konata.sh index 4d648f5..b95c337 100755 --- a/konata.sh +++ b/konata.sh @@ -132,6 +132,9 @@ konata(){ sendmsg "This picture appears to be NSFW! Here's the [sauce]($file)." fi } +repo(){ + sendmsg "You can find my source code [here](https://git.ghnou.su/ghnou/konata)." +} # Administrative mp3(){ @@ -204,6 +207,7 @@ case "$cmd" in /id@$bot) id ;; /ud@$bot*) ud ;; /konata@$bot*) konata ;; + /repo@$bot) repo ;; # Administrative /mp3@$bot*) mp3 ;; /stat@$bot) stat ;;