From 5a606659a310f9d93e4d57b697bbb320103e659c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 28 Jan 2024 17:21:25 -0500 Subject: added an image --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 9d09932..c8c8a89 100644 --- a/main.go +++ b/main.go @@ -140,7 +140,7 @@ func runIRC(appConfig TomlConfig, ircChan chan *girc.Client) { } fmt.Println(writer.String()) - client.Cmd.ReplyTo(event, girc.Fmt(writer.String())) + client.Cmd.ReplyTo(event, girc.Fmt("\033[0m"+writer.String())) // client.Cmd.ReplyTo(event, girc.Fmt(ollamaResponse.Response)) } }) -- cgit v1.2.3