File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ func NewBotOptions(options ...Option) (Bot, error) {
3939 cfg := & client.Config {
4040 Me : & state.Nick {Nick : "goircbot" },
4141 NewNick : func (s string ) string { return s + "_" },
42+ ReNickDelay : 1 * time .Second ,
4243 PingFreq : 3 * time .Minute ,
4344 QuitMessage : "I have to go." ,
4445 Server : "" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
55require (
66 github.com/StalkR/dnssec-analyzer v1.0.0
77 github.com/StalkR/imdb v1.0.16
8- github.com/fluffle/goirc v1.3.3
8+ github.com/fluffle/goirc v1.3.4
99 golang.org/x/sys v0.38.0
1010)
1111
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
99github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1010github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 h1:oP4q0fw+fOSWn3DfFi4EXdT+B+gTtzx8GC9xsc26Znk =
1111github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 /go.mod h1:iL2twTeMvZnrg54ZoPDNfJaJaqy0xIQFuBdrLsmspwQ =
12- github.com/fluffle/goirc v1.3.3 h1:JMdZMKt9pvlK2q/WzbwTT4l8JQszsANn8XCEJTIw3qo =
13- github.com/fluffle/goirc v1.3.3 /go.mod h1:UCLIVSm0oOfQ0E1Hyn7IC1SRf/xl15E8s8HfGh6tjoU =
12+ github.com/fluffle/goirc v1.3.4 h1:WqIuoQpwAxtjzeDVj0jmWnjbJmaPUSlt6CrTUaQYI94 =
13+ github.com/fluffle/goirc v1.3.4 /go.mod h1:u5jzFHvmESPQ6pzcT/OVSKKd/WOh5pKDM28XJn15cO0 =
1414github.com/golang/glog v1.2.5 h1:DrW6hGnjIhtvhOIiAKT6Psh/Kd/ldepEa81DKeiRJ5I =
1515github.com/golang/glog v1.2.5 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
1616github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
You can’t perform that action at this time.
0 commit comments