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