aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-01-28 22:21:25 +0000
committerterminaldweller <devi@terminaldweller.com>2024-01-28 22:21:25 +0000
commit5a606659a310f9d93e4d57b697bbb320103e659c (patch)
tree80612428e7b6d697a2958703a8172c8828238aba /main.go
parentchanged inline code type to toml for the exampleconfig (diff)
downloadmilla-5a606659a310f9d93e4d57b697bbb320103e659c.tar.gz
milla-5a606659a310f9d93e4d57b697bbb320103e659c.zip
added an image
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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))
}
})