eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
506 stars 84 forks source link

This issue to track ABI/API changes for next major eggdrop version #1491

Open michaelortmann opened 1 year ago

michaelortmann commented 1 year ago

https://github.com/eggheads/eggdrop/blob/322bddbd102d58cdb00864a3a335b086beaf042c/src/eggdrop.h#L346-L347

type should be uint16_t for: https://github.com/eggheads/eggdrop/blob/322bddbd102d58cdb00864a3a335b086beaf042c/src/eggdrop.h#L350

michaelortmann commented 8 months ago

Remove misc.c:oatoi(). Use strtol() instead Currently there is only one usage in eggdrop, and PR #1551 would remove that. This function should have never been exported via module API. "Maybe someone could find it useful" is a bad reason to bloat a module API. Please lets not do this again.