Add /repo command
This commit is contained in:
@@ -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 ;;
|
||||||
|
Reference in New Issue
Block a user