Replace references to old nickname

This commit is contained in:
Michael De Roover 2022-04-06 00:22:57 +02:00
parent 8fbc60dde8
commit deccb92ae0
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -125,7 +125,7 @@ fail(){
help(){
if [ $(jq -r '.message.chat.type' <<< $input) == "private" ]
then
sendmsg "Hiya! I'm <a href=\"https://t.me/ghnou\">ghnou</a>'s personal bot, Konata.
sendmsg "Hiya! I'm <a href=\"https://t.me/vimicito\">vimicito</a>'s personal bot, Konata.
<b>Currently I have the following features:</b>
- /help - Show this help message.
@ -296,7 +296,7 @@ wttr(){
}
repo(){
sendmsg "You can find my source code <a href=\"https://git.nixmagic.com/ghnou/konata\">here</a>."
sendmsg "You can find my source code <a href=\"https://git.nixmagic.com/vim/konata\">here</a>."
}
# Administrative
@ -422,7 +422,7 @@ esac
case "$msg" in
# Miscellaneous
*@ghnou*) tag ;;
*@vimicito*) tag ;;
Konata\ say*) say ;;
*hack*) hack ;;
esac