Add /repo command

This commit is contained in:
Michael De Roover 2021-01-19 16:07:01 +01:00
parent b85b566f1f
commit e703d60e19
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

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