From 9497de5bb792ed66af2e8d933a333f321b120c31 Mon Sep 17 00:00:00 2001 From: prokopparuzek Date: Thu, 22 Sep 2022 20:44:04 +0200 Subject: [PATCH] change url --- irc_bot.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irc_bot.go b/irc_bot.go index b8ced7f..1061098 100644 --- a/irc_bot.go +++ b/irc_bot.go @@ -14,7 +14,7 @@ import ( ) const ( - host string = "pph21.duckdns.org:6697" + host string = "h21.fun:6697" help string = ` botík obecný https://gitlab.com/prokop_paruzek/botik @@ -85,6 +85,7 @@ func main() { sendMsg(conn, "Ahoj "+who, receiver) case "!fortune": msg, _ := exec.Command("fortune").Output() + fmt.Println(string(msg)) sendMultiline(conn, string(msg), receiver) case "!ftip": ftip, _ := api.Fetch()