davidscholberg / irkbot

A modular IRC bot written in Go using the go-ircevent library.
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Change all network calls to use timeout and response size limit #32

Open davidscholberg opened 5 years ago

davidscholberg commented 5 years ago

Affected modules:

davidscholberg commented 5 years ago

The urban dictionary module is the only one left that needs an http timeout. The library itself needs to be updated to accept an http client as a parameter.