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