We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bae065 commit db73f92Copy full SHA for db73f92
1 file changed
bot/bot.go
@@ -50,6 +50,7 @@ func NewBotOptions(options ...Option) (Bot, error) {
50
SplitLen: 450, // default is the same as goirc's unexported defaultLimit
51
Proxy: "",
52
Pass: "",
53
+ Timeout: time.Minute,
54
}
55
56
b := &botImpl{
0 commit comments