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(){ help(){
if [ $(jq -r '.message.chat.type' <<< $input) == "private" ] if [ $(jq -r '.message.chat.type' <<< $input) == "private" ]
then 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> <b>Currently I have the following features:</b>
- /help - Show this help message. - /help - Show this help message.
@ -296,7 +296,7 @@ wttr(){
} }
repo(){ 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 # Administrative
@ -422,7 +422,7 @@ esac
case "$msg" in case "$msg" in
# Miscellaneous # Miscellaneous
*@ghnou*) tag ;; *@vimicito*) tag ;;
Konata\ say*) say ;; Konata\ say*) say ;;
*hack*) hack ;; *hack*) hack ;;
esac esac