Add /repo command

This commit is contained in:
2021-01-19 16:07:01 +01:00
parent b85b566f1f
commit e703d60e19

View File

@@ -132,6 +132,9 @@ konata(){
sendmsg "This picture appears to be NSFW! Here's the [sauce]($file)." sendmsg "This picture appears to be NSFW! Here's the [sauce]($file)."
fi fi
} }
repo(){
sendmsg "You can find my source code [here](https://git.ghnou.su/ghnou/konata)."
}
# Administrative # Administrative
mp3(){ mp3(){
@@ -204,6 +207,7 @@ case "$cmd" in
/id@$bot) id ;; /id@$bot) id ;;
/ud@$bot*) ud ;; /ud@$bot*) ud ;;
/konata@$bot*) konata ;; /konata@$bot*) konata ;;
/repo@$bot) repo ;;
# Administrative # Administrative
/mp3@$bot*) mp3 ;; /mp3@$bot*) mp3 ;;
/stat@$bot) stat ;; /stat@$bot) stat ;;