Replace references to old nickname
This commit is contained in:
parent
8fbc60dde8
commit
deccb92ae0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user