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